Skip to content

Commit

Permalink
Add Codecov settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiekaiger authored Dec 9, 2016
1 parent 894ba77 commit b5c56e1
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 @@
codecov:
notify:
require_ci_to_pass: true
comment:
behavior: default
layout: header, diff
require_changes: false
coverage:
precision: 2
range:
- 70.0
- 99.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 b5c56e1

Please sign in to comment.