Skip to content

Commit

Permalink
add merge check with threshold of 0.5% [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Aug 4, 2019
1 parent 13a1fa2 commit a7a7b07
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
codecov:
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "65...90"

status:
project:
default:
# Allow the coverage to drop by threshold %, and posting a success status.
threshold: 0.5
patch:
default:
# trial operation
target: 0%
changes: no

comment:
layout: "header, diff"
behavior: default
require_changes: no

ignore:
- ".git"
- "*.yml"
- "*.json"
- "*.md"
# ignore folders and all its contents
- ".ci/.*"
- ".github/.*"
- ".zephir/.*"
- "backers/.*"
- "ext/kernel/.*"
- "ide/.*"
- "resources/.*"
- "tests/.*"
- "vendor/.*"

0 comments on commit a7a7b07

Please sign in to comment.