@@ -220,7 +220,7 @@ jobs:
220220 - name : Coveralls Calculation
221221 if : ${{ matrix.coverage == 'cov' }}
222222 run : |
223- lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
223+ lcov --ignore-errors version,gcov,mismatch,mismatch --directory . --capture --output-file coverage.info
224224 lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
225225 lcov --list coverage.info
226226
@@ -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