From: valued mammal Date: Wed, 5 Mar 2025 16:25:27 +0000 (-0500) Subject: ci(coverage): use `--ignore-errors unmapped` in genhtml X-Git-Tag: wallet-1.2.0~20^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.Transaction.html?a=commitdiff_plain;h=23626fef6622baa4736dc2b24d8463cbf7a86813;p=bdk ci(coverage): use `--ignore-errors unmapped` in genhtml --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 8e1491ad..6dec3c08 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -36,7 +36,7 @@ jobs: - name: Run grcov run: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --keep-only '**/crates/**' --ignore '**/tests/**' --ignore '**/examples/**' -o ./coverage/lcov.info - name: Generate HTML coverage report - run: genhtml -o coverage-report.html --ignore-errors source ./coverage/lcov.info + run: genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info - name: Coveralls upload uses: coverallsapp/github-action@master with: