Skip to content

Commit

Permalink
Create .codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WALL-E authored Oct 15, 2018
1 parent 9e4f25c commit d5bc55c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

#
# This codecov.yml is the default configuration for
# all repositories on Codecov. You may adjust the settings
# below in your own codecov.yml in your repository.
#
coverage:
precision: 2
round: down
range: 70...100

status:
# Learn more at https://codecov.io/docs#yaml_default_commit_status
project:
default:
threshold: 10% # allow this much decrease on project
changes: false

comment:
layout: "header, diff"
behavior: default # update if exists else create new

ignore:
- "docs"
- "*.md"
- "*.rst"

0 comments on commit d5bc55c

Please sign in to comment.