Skip to content

Commit

Permalink
Add a codecov configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Feb 10, 2017
1 parent bb09c86 commit 3481857
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .codecov.yml
@@ -0,0 +1,26 @@
codecov:
notify:
require_ci_to_pass: true
comment:
behavior: new
layout: header, diff
require_changes: false
coverage:
precision: 2
range:
- 70.0
- 100.0
round: down
status:
changes: false
patch: true
project: true
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: false

0 comments on commit 3481857

Please sign in to comment.