exclude external files from coverage

This commit is contained in:
Kalin Kiesling 2022-03-25 11:50:20 -05:00
parent 1e6b953b48
commit f0683a616c

View file

@ -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: