Skip to content

Commit

Permalink
tweak codecov config.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 5, 2017
1 parent 3ee5215 commit e9d5a0f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# validate this file:
# curl --data-binary @.codecov.yml https://codecov.io/validate

comment: off

# partial line support
parsers:
javascript:
enable_partials: yes

# docs:
# https://codecov.readme.io/v4.3.6/docs/commit-status
# https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
coverage:
status:
project:
default:
threshold: 1%
if_not_found: success # no commit found? still set a success
patch:
default:
if_not_found: success

0 comments on commit e9d5a0f

Please sign in to comment.