Skip to content

Commit

Permalink
Added codecov.yml configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilLepek committed Jan 9, 2020
1 parent 5828a7d commit 8eee776
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
codecov:
require_ci_to_pass: yes

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

status:
project: yes
patch: yes
changes: no

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

comment:
layout: "diff,flags,tree"
behavior: default
require_changes: no

0 comments on commit 8eee776

Please sign in to comment.