scorecard/.codecov.yml
Naveen ab0d078a2b
🌱 Deprecate dependencydiff package and add access token requirement (#3125)
- Deprecate the `dependencydiff` package and the `GetDependencyDiffResults` function
- Add a line to the `.codecov.yml` to ignore the `dependencydiff` package

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2023-06-07 12:23:15 +00:00

47 lines
953 B
YAML

---
codecov:
notify:
after_n_builds: 1
require_ci_to_pass: yes
ignore:
- "**/*.pb.go"
- "cron/**/*"
- "clients/mockclients/**/*"
# ignoring them as these are internal tools for generating docs.
- "docs/**/*"
# this is the runner
- "main.go"
# this package is deprecated and going to be removed.
- "dependencydiff/**/*"
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