@@ -172,7 +172,7 @@ jobs:
172172 if : ${{ matrix.coverage == 'cov' }}
173173 run : |
174174 lcov --directory . --capture --output-file coverage.info
175- lcov --remove coverage.info "/usr/*" ".. /prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
175+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }} /prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
176176 lcov --list coverage.info
177177
178178 - name : Coveralls.io Upload
@@ -394,7 +394,7 @@ jobs:
394394 if : ${{ matrix.coverage == 'cov' }}
395395 run : |
396396 lcov --directory . --capture --output-file coverage.info
397- lcov --remove coverage.info "/usr/*" ".. /prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
397+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }} /prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
398398 lcov --list coverage.info
399399
400400 - name : Coveralls.io Upload
@@ -585,7 +585,7 @@ jobs:
585585 if : ${{ matrix.coverage == 'cov' }}
586586 run : |
587587 lcov --directory . --capture --output-file coverage.info
588- lcov --remove coverage.info "/usr/*" ".. /prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
588+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }} /prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
589589 lcov --list coverage.info
590590
591591 - name : Coveralls.io Upload
0 commit comments