Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Add codecov yaml (#3115)
Browse files Browse the repository at this point in the history
* add codecov yaml

* change threshold to 0.5
  • Loading branch information
Cecile Robert-Michon authored and jackfrancis committed May 31, 2018
1 parent 03ff592 commit cb48589
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .codecov/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
codecov:
notify:
require_ci_to_pass: yes

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

status:
project:
default:
threshold: 0.5
patch:
default:
threshold: 0.5
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 cb48589

Please sign in to comment.