add coverage report for regtest tests (#816)

This commit is contained in:
calle 2022-07-31 19:48:20 +02:00 committed by GitHub
parent c075b28a96
commit c9c3dd3f66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,10 @@ jobs:
run: |
sudo chmod -R a+rwx . && rm -rf ./data && mkdir -p ./data
make test-real-wallet
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
CLightningWallet:
runs-on: ubuntu-latest
strategy:
@ -81,3 +85,7 @@ jobs:
run: |
sudo chmod -R a+rwx . && rm -rf ./data && mkdir -p ./data
make test-real-wallet
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml