scorecard/.codecov.yml
naveensrinivasan e303a1b8fd 🌱 Ignore mock clients for code coverage
- Ignoring mock clients for code coverage tracking.
2022-03-09 14:21:20 -06:00

39 lines
733 B
YAML

---
codecov:
notify:
after_n_builds: 1
require_ci_to_pass: yes
ignore:
- "cron/**/*"
- "clients/mockclients/**/*"
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
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
github_checks:
annotations: true