Add CodeCov config file (#51)

* Add CodeCov config file

* Consistent indentation
This commit is contained in:
Deirdre Connolly 2021-01-19 20:16:54 -05:00 committed by GitHub
parent 46939967d4
commit 1e8fd460fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
codecov.yml Normal file
View File

@ -0,0 +1,29 @@
coverage:
range: "50...100"
status:
project:
default:
informational: true
patch:
default:
informational: true
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: yes
macro: yes
# comment:
# layout: "diff"
# # if true: only post the comment if coverage changes
# require_changes: true
# This turns off the extra comment; the coverage %'s are still
# reported on the main PR page as check results
comment: false
github_checks:
annotations: false