]> Untitled Git - bdk/commitdiff
ci(coverage): use `--ignore-errors unmapped` in genhtml
authorvalued mammal <valuedmammal@protonmail.com>
Wed, 5 Mar 2025 16:25:27 +0000 (11:25 -0500)
committervalued mammal <valuedmammal@protonmail.com>
Wed, 5 Mar 2025 16:25:27 +0000 (11:25 -0500)
.github/workflows/code_coverage.yml

index 8e1491adce884d01e10aa7c0db651baac2643052..6dec3c086f93030865dbcf73a7ba0e8d8e7a4c9a 100644 (file)
@@ -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: