Skip to content

Commit

Permalink
Use .codecov.yml to ignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
elsid authored and thed636 committed Nov 9, 2019
1 parent 0f8d20c commit 66c5dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ignore:
- "include/ozo/error.h"
- "include/ozo/detail/do_nothing.h"
- "include/ozo/impl/result_status.h"
- "tests/.*"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ matrix:
after_success:
- >
docker run -ti --rm -v ${PWD}:/code $(bash -e <(curl -s https://codecov.io/env)) \
ozo_build /codecov.sh -f "!*tests*" -f "!*error.h*" -f "!*do_nothing.h*"
ozo_build /codecov.sh
- os: linux
dist: xenial
Expand Down

0 comments on commit 66c5dc4

Please sign in to comment.