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

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara authored Feb 6, 2020
1 parent d41a593 commit 6243dd9
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
status:
project: # measuring the overall project coverage
default: # context, you can create multiple ones with custom titles
enabled: yes # must be yes|true to enable this status
target: 80%
threshold: 5% # allowed to drop X% and still result in a "success" PR status
branches:
threshold: 5% # allowed to drop X% and still result in a "success" commit status
codecov:
require_ci_to_pass: yes

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

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

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

0 comments on commit 6243dd9

Please sign in to comment.