File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 if : ${{ matrix.coverage == 'cov' }}
156156 run : |
157157 lcov --directory . --capture --output-file coverage.info
158- lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" "${{ github.workspace }}/src/wallet/addresses/qrencode" --output-file coverage.info
158+ lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" "${{ github.workspace }}/src/wallet/addresses/qrencode/* " --output-file coverage.info
159159 lcov --list coverage.info
160160
161161 - name : Coveralls.io Upload
@@ -360,7 +360,7 @@ jobs:
360360 if : ${{ matrix.coverage == 'cov' }}
361361 run : |
362362 lcov --directory . --capture --output-file coverage.info
363- lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" "${{ github.workspace }}/src/wallet/addresses/qrencode" --output-file coverage.info
363+ lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" "${{ github.workspace }}/src/wallet/addresses/qrencode/* " --output-file coverage.info
364364 lcov --list coverage.info
365365
366366 - name : Coveralls.io Upload
You can’t perform that action at this time.
0 commit comments