Skip to content

Commit

Permalink
Merge pull request #122 from pmienk/master
Browse files Browse the repository at this point in the history
Regenerate with src/clone coverage exclusion.
  • Loading branch information
pmienk committed Dec 2, 2022
2 parents 3fd4e57 + 277a80a commit 396c79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
if: ${{ matrix.coverage == 'cov' }}
run: |
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" "${{ github.workspace }}/src/clone/*" --output-file coverage.info
lcov --list coverage.info
- name: Coveralls.io Upload
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
if: ${{ matrix.coverage == 'cov' }}
run: |
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
lcov --remove coverage.info "/usr/*" "${{ github.workspace }}/prefixenv/*" "${{ github.workspace }}/build/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" "${{ github.workspace }}/src/clone/*" --output-file coverage.info
lcov --list coverage.info
- name: Coveralls.io Upload
Expand Down

0 comments on commit 396c79f

Please sign in to comment.