Skip to content

Commit c10e40c

Browse files
committed
Regenerate artifacts, correct qrencode exclusion.
1 parent 8c14da5 commit c10e40c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)