|
72 | 72 | packages: "" |
73 | 73 |
|
74 | 74 | - os: ubuntu-24.04 |
75 | | - cxx: "g++-12" |
| 75 | + cxx: "g++" |
76 | 76 | link: "static" |
77 | 77 | optimization: "size" |
78 | 78 | assert: "ndebug" |
|
83 | 83 | llvm: "" |
84 | 84 | secp256k1: "--build-secp256k1" |
85 | 85 | zmq: "--build-zmq" |
86 | | - cc: "gcc-12" |
| 86 | + cc: "gcc" |
87 | 87 | flags: "-Os -fPIE" |
88 | 88 | options: "--enable-isystem" |
89 | 89 | packager: "apt" |
@@ -227,9 +227,9 @@ jobs: |
227 | 227 | - name: Coveralls Calculation |
228 | 228 | if: ${{ matrix.coverage == 'cov' }} |
229 | 229 | 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 |
233 | 233 |
|
234 | 234 | - name: Coveralls.io Upload |
235 | 235 | if: ${{ matrix.coverage == 'cov' }} |
@@ -508,9 +508,9 @@ jobs: |
508 | 508 | - name: Coveralls Calculation |
509 | 509 | if: ${{ matrix.coverage == 'cov' }} |
510 | 510 | 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 |
514 | 514 |
|
515 | 515 | - name: Coveralls.io Upload |
516 | 516 | if: ${{ matrix.coverage == 'cov' }} |
@@ -749,9 +749,9 @@ jobs: |
749 | 749 | - name: Coveralls Calculation |
750 | 750 | if: ${{ matrix.coverage == 'cov' }} |
751 | 751 | 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 |
755 | 755 |
|
756 | 756 | - name: Coveralls.io Upload |
757 | 757 | if: ${{ matrix.coverage == 'cov' }} |
|
0 commit comments