|
69 | 69 | packages: "" |
70 | 70 |
|
71 | 71 | - os: ubuntu-24.04 |
72 | | - cxx: "g++-12" |
| 72 | + cxx: "g++" |
73 | 73 | link: "static" |
74 | 74 | optimization: "size" |
75 | 75 | assert: "ndebug" |
|
79 | 79 | icu: "--build-icu --with-icu" |
80 | 80 | llvm: "" |
81 | 81 | secp256k1: "--build-secp256k1" |
82 | | - cc: "gcc-12" |
| 82 | + cc: "gcc" |
83 | 83 | flags: "-Os -g --coverage -fPIE" |
84 | 84 | options: "--enable-isystem" |
85 | 85 | packager: "apt" |
@@ -220,9 +220,9 @@ jobs: |
220 | 220 | - name: Coveralls Calculation |
221 | 221 | if: ${{ matrix.coverage == 'cov' }} |
222 | 222 | 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 |
226 | 226 |
|
227 | 227 | - name: Coveralls.io Upload |
228 | 228 | if: ${{ matrix.coverage == 'cov' }} |
@@ -494,9 +494,9 @@ jobs: |
494 | 494 | - name: Coveralls Calculation |
495 | 495 | if: ${{ matrix.coverage == 'cov' }} |
496 | 496 | 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 |
500 | 500 |
|
501 | 501 | - name: Coveralls.io Upload |
502 | 502 | if: ${{ matrix.coverage == 'cov' }} |
@@ -731,9 +731,9 @@ jobs: |
731 | 731 | - name: Coveralls Calculation |
732 | 732 | if: ${{ matrix.coverage == 'cov' }} |
733 | 733 | 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 |
737 | 737 |
|
738 | 738 | - name: Coveralls.io Upload |
739 | 739 | if: ${{ matrix.coverage == 'cov' }} |
|
0 commit comments