Skip to content

Commit 0f86d1b

Browse files
authored
Merge pull request #723 from pmienk/master
Regenerate artifacts.
2 parents 1496164 + 28836b0 commit 0f86d1b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
packages: ""
7070

7171
- os: ubuntu-24.04
72-
cxx: "g++-12"
72+
cxx: "g++"
7373
link: "static"
7474
optimization: "size"
7575
assert: "ndebug"
@@ -79,7 +79,7 @@ jobs:
7979
icu: "--build-icu --with-icu"
8080
llvm: ""
8181
secp256k1: "--build-secp256k1"
82-
cc: "gcc-12"
82+
cc: "gcc"
8383
flags: "-Os -g --coverage -fPIE"
8484
options: "--enable-isystem"
8585
packager: "apt"
@@ -220,9 +220,9 @@ jobs:
220220
- name: Coveralls Calculation
221221
if: ${{ matrix.coverage == 'cov' }}
222222
run: |
223-
lcov --directory . --capture --ignore-errors version --output-file coverage.info
224-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
225-
lcov --list --ignore-errors version coverage.info
223+
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
224+
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
225+
lcov --list coverage.info
226226
227227
- name: Coveralls.io Upload
228228
if: ${{ matrix.coverage == 'cov' }}
@@ -494,9 +494,9 @@ jobs:
494494
- name: Coveralls Calculation
495495
if: ${{ matrix.coverage == 'cov' }}
496496
run: |
497-
lcov --directory . --capture --ignore-errors version --output-file coverage.info
498-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
499-
lcov --list --ignore-errors version coverage.info
497+
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
498+
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
499+
lcov --list coverage.info
500500
501501
- name: Coveralls.io Upload
502502
if: ${{ matrix.coverage == 'cov' }}
@@ -731,9 +731,9 @@ jobs:
731731
- name: Coveralls Calculation
732732
if: ${{ matrix.coverage == 'cov' }}
733733
run: |
734-
lcov --directory . --capture --ignore-errors version --output-file coverage.info
735-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
736-
lcov --list --ignore-errors version coverage.info
734+
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
735+
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
736+
lcov --list coverage.info
737737
738738
- name: Coveralls.io Upload
739739
if: ${{ matrix.coverage == 'cov' }}

0 commit comments

Comments
 (0)