2020-04-21 01:51:05 -07:00
|
|
|
coverage:
|
|
|
|
range: "50...100"
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
informational: true
|
2020-06-02 19:17:08 -07:00
|
|
|
patch:
|
|
|
|
default:
|
|
|
|
informational: true
|
2020-04-21 01:51:05 -07:00
|
|
|
|
|
|
|
parsers:
|
|
|
|
gcov:
|
|
|
|
branch_detection:
|
|
|
|
conditional: yes
|
|
|
|
loop: yes
|
|
|
|
method: yes
|
|
|
|
macro: yes
|
2020-07-01 17:37:51 -07:00
|
|
|
|
2021-12-21 16:52:08 -08:00
|
|
|
comment:
|
|
|
|
layout: "diff"
|
|
|
|
# post a coverage comment, even if coverage hasn't changed
|
|
|
|
require_changes: false
|
2020-07-24 14:37:59 -07:00
|
|
|
|
2021-12-21 16:52:08 -08:00
|
|
|
# This turns off the codecov PR comment.
|
|
|
|
# The coverage percentage is still reported in the list of PR checks.
|
|
|
|
#comment: false
|
2020-09-10 11:33:46 -07:00
|
|
|
|
|
|
|
github_checks:
|
2021-12-21 16:52:08 -08:00
|
|
|
annotations: false
|