Skip to content
Open
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
26 changes: 26 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
target: auto
# Allow small coverage fluctuations without failing the check.
threshold: 1%
# Don't fail codecov if the CI run itself failed (avoids double-noise).
if_ci_failed: success
patch:
default:
# Report patch coverage, but never block the PR on it.
informational: true

# Recompute the base when code is removed so refactors don't appear to
# regress overall coverage.
codecov:
notify:
after_n_builds: 1
require_ci_to_pass: true

comment:
layout: "reach,diff,flags,files"
behavior: default
require_changes: true # only post a PR comment when coverage actually changed
Loading