Skip to content

Commit

Permalink
Travis Codecov configuration - yml
Browse files Browse the repository at this point in the history
- Add default .codecov.yml to project root
  • Loading branch information
ron190 committed Apr 25, 2018
1 parent fbe77d7 commit e40337d
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: yes

coverage:
precision: 2
round: down
range: "70...100"

status:
project: yes
patch: yes
changes: no

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

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

0 comments on commit e40337d

Please sign in to comment.