Skip to content

Commit

Permalink
Add codecov configutation. (#5623)
Browse files Browse the repository at this point in the history
Ignore cases where the coverage doesn't change. Ignore all paths not
under tools.
  • Loading branch information
jgraham authored and gsnedders committed Apr 24, 2017
1 parent bab7cea commit a030379
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
comment:
require_changes: yes

ignore:
- "**"
- "!tools/.*"

0 comments on commit a030379

Please sign in to comment.