Skip to content

Commit bf12329

Browse files
authored
Merge pull request #1283 from pmienk/version3
README update, coverage correction.
2 parents 7cf7f16 + dbebd19 commit bf12329

2 files changed

Lines changed: 100 additions & 108 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)