scorecard/.codecov.yml

36 lines
678 B
YAML
Raw Normal View History

---
codecov:
notify:
after_n_builds: 1
2022-02-04 00:01:46 +03:00
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: 50..75
status:
project:
default:
enabled: true
# allowed to drop coverage and still result in a "success" commit status
threshold: null
if_not_found: success
if_no_uploads: success
if_ci_failed: error
patch:
default:
enabled: true
2022-02-04 00:01:46 +03:00
threshold: 90%
if_not_found: success
if_no_uploads: success
if_ci_failed: error
changes: false
comment:
layout: "header, diff"
behavior: default
require_changes: false
2022-02-04 00:01:46 +03:00
github_checks:
annotations: true