Skip to content

Commit bd15071

Browse files
authored
Merge pull request libbitcoin#972 from pmienk/master
Regenerate artifacts (coverage calculation change).
2 parents ce6ddee + f8dcdb2 commit bd15071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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
@@ -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)