Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions catalog/snippets/configs/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Codecov configuration. Coverage is reported and trended, never gated:
# informational: true keeps Codecov's project and patch commit statuses
# advisory (always pass) so a coverage delta can never block a PR - a distinct
# knob from the upload step's fail_ci_if_error: false, which only guards upload
# errors. A repo may override this to enforce a coverage threshold.
# Codecov configuration. Coverage is reported and trended, never gated.
# - informational: true makes project and patch statuses advisory (always pass), so a coverage delta never blocks a PR.
# - Distinct from the upload step's fail_ci_if_error: false, which only guards upload errors.
# - A repo may override this to enforce a coverage threshold.
coverage:
status:
project:
Expand All @@ -12,8 +11,6 @@ coverage:
default:
informational: true

# Exclude code intentionally not unit-tested from the coverage denominator -
# e.g. an example/demo console app or a benchmark project, not the shipped
# library. Add the repo's own paths.
# Exclude code intentionally not unit-tested from the coverage denominator. Add the repo's own paths.
# ignore:
# - "Sandbox/**"