30 lines
542 B
YAML
30 lines
542 B
YAML
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"
|
|
# post a coverage comment, even if coverage hasn't changed
|
|
require_changes: false
|
|
|
|
# This turns off the codecov PR comment.
|
|
# The coverage percentage is still reported in the list of PR checks.
|
|
#comment: false
|
|
|
|
github_checks:
|
|
annotations: false
|