Add codecov.yml file (#557)

This commit is contained in:
Adrian Gallagher
2020-09-17 09:40:01 +10:00
committed by GitHub
parent e41414ea07
commit 25466b2c9d

19
codecov.yml Normal file
View File

@@ -0,0 +1,19 @@
codecov:
require_ci_to_pass: true
comment:
behavior: default
layout: "reach,diff,flags,tree"
require_changes: false
coverage:
precision: 2
range: "70...100"
round: down
github_checks:
annotations: false
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false