16 lines
571 B
YAML
16 lines
571 B
YAML
coverage:
|
|
# Commit status https://docs.codecov.io/docs/commit-status are used
|
|
# to block PR based on coverage threshold.
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
# Disable the coverage threshold of the patch, so that PRs are
|
|
# only failing because of overall project coverage threshold.
|
|
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
|
|
default: false
|
|
comment:
|
|
# Update old comment with new coverage information if the PR is changed. Avoids triggering multiple emails.
|
|
behavior: once
|