Skip to content

Commit

Permalink
exclude external files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiesling committed Mar 25, 2022
1 parent 1e6b953 commit f0683a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: after_success
shell: bash
run: |
cpp-coveralls -i src -i include --exclude-pattern "/usr/*" --dump cpp_cov.json
cpp-coveralls -i src -i include -e src/external --exclude-pattern "/usr/*" --dump cpp_cov.json
coveralls --merge=cpp_cov.json --service=github
finish:
Expand Down

0 comments on commit f0683a6

Please sign in to comment.