Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Commit

Permalink
Add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStavik committed Jan 4, 2017
1 parent 4188385 commit cd9f8c1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
ignore:
- "TrackableExample"
- "TrackableExample"
- "Pods"
codecov:
notify:
require_ci_to_pass: true
comment:
behavior: default
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 cd9f8c1

Please sign in to comment.