Skip to content

Commit 718de2c

Browse files
committed
Test coverage suppression error output suggestion.
1 parent f17bcba commit 718de2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)