Skip to content

Commit 3aa13b1

Browse files
committed
Regenerate artifacts (coverage calculation change).
1 parent 718de2c commit 3aa13b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494
- name: Coveralls Calculation
495495
if: ${{ matrix.coverage == 'cov' }}
496496
run: |
497-
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
497+
lcov --ignore-errors version,gcov,mismatch,mismatch --directory . --capture --output-file coverage.info
498498
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
499499
lcov --list coverage.info
500500
@@ -731,7 +731,7 @@ jobs:
731731
- name: Coveralls Calculation
732732
if: ${{ matrix.coverage == 'cov' }}
733733
run: |
734-
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
734+
lcov --ignore-errors version,gcov,mismatch,mismatch --directory . --capture --output-file coverage.info
735735
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
736736
lcov --list coverage.info
737737

0 commit comments

Comments
 (0)