Skip to content

Commit 52a0246

Browse files
committed
Regenerate artifacts.
1 parent 4d5dcd1 commit 52a0246

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
@@ -72,7 +72,7 @@ jobs:
7272
packages: ""
7373

7474
- os: ubuntu-24.04
75-
cxx: "g++-12"
75+
cxx: "g++"
7676
link: "static"
7777
optimization: "size"
7878
assert: "ndebug"
@@ -83,7 +83,7 @@ jobs:
8383
llvm: ""
8484
secp256k1: "--build-secp256k1"
8585
zmq: "--build-zmq"
86-
cc: "gcc-12"
86+
cc: "gcc"
8787
flags: "-Os -fPIE"
8888
options: "--enable-isystem"
8989
packager: "apt"
@@ -227,9 +227,9 @@ jobs:
227227
- name: Coveralls Calculation
228228
if: ${{ matrix.coverage == 'cov' }}
229229
run: |
230-
lcov --directory . --capture --ignore-errors version --output-file coverage.info
231-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
232-
lcov --list --ignore-errors version coverage.info
230+
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
231+
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
232+
lcov --list coverage.info
233233
234234
- name: Coveralls.io Upload
235235
if: ${{ matrix.coverage == 'cov' }}
@@ -508,9 +508,9 @@ jobs:
508508
- name: Coveralls Calculation
509509
if: ${{ matrix.coverage == 'cov' }}
510510
run: |
511-
lcov --directory . --capture --ignore-errors version --output-file coverage.info
512-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
513-
lcov --list --ignore-errors version coverage.info
511+
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
512+
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
513+
lcov --list coverage.info
514514
515515
- name: Coveralls.io Upload
516516
if: ${{ matrix.coverage == 'cov' }}
@@ -749,9 +749,9 @@ jobs:
749749
- name: Coveralls Calculation
750750
if: ${{ matrix.coverage == 'cov' }}
751751
run: |
752-
lcov --directory . --capture --ignore-errors version --output-file coverage.info
753-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
754-
lcov --list --ignore-errors version coverage.info
752+
lcov --ignore-errors version,gcov,mismatch --directory . --capture --output-file coverage.info
753+
lcov --ignore-errors unused --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
754+
lcov --list coverage.info
755755
756756
- name: Coveralls.io Upload
757757
if: ${{ matrix.coverage == 'cov' }}

0 commit comments

Comments
 (0)