Skip to content

Commit

Permalink
don't collect coverage for tests and 3rd party code
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Jul 13, 2017
1 parent 968da9d commit ea59c2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Expand Up @@ -22,3 +22,6 @@ coverage:
enabled: yes # must be yes|true to enable this status
target: 50% # specify the target "X%" coverage to hit

ignore:
- "tests"
- "fplll/io/json.hpp"

0 comments on commit ea59c2a

Please sign in to comment.