From c9c3dd3f66cfcf53ea619b2d504eaf640808b936 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Sun, 31 Jul 2022 19:48:20 +0200 Subject: [PATCH] add coverage report for regtest tests (#816) --- .github/workflows/regtest.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index d5eaead6..ce77bba4 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -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 \ No newline at end of file