Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Codecov Configuration to Enable Annotations and Improve Stability #17627

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
20 changes: 10 additions & 10 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# the comments are too noisy to be useful
# The comments are too noisy to be useful
comment: false

# disable noisy inline-annotations ("Added line [LineNum] was not covered by tests") on PRs (#8296)
# Enable annotations on PRs to get detailed feedback on coverage
# https://docs.codecov.io/docs/github-checks-beta
github_checks:
annotations: false
annotations: true # Annotations enabled to review fluctuation issues

coverage:
range: "36...100"
status:
project:
default:
# dropping slightly is ok - this stops the check failing on test timing variability
# .12 was observed as the largest variability owing to timing forcing different test branch choice
# Dropping slightly is ok - this stops the check failing on test timing variability
# 0.12 was observed as the largest variability owing to timing forcing different test branch choice
threshold: 0.15
# BUG: our coverage fluctuates, so codecov marks this as a build failure (#12227)
# stop codecov from failing CI until this is fixed
# BUG: our coverage fluctuates, so Codecov marks this as a build failure (#12227)
# Stop Codecov from failing CI until this is fixed
# https://docs.codecov.com/docs/commit-status#informational
informational: true
patch:
default:
# BUG: our coverage fluctuates, so codecov marks this as a build failure (#12227)
# stop codecov from failing CI until this is fixed
# BUG: our coverage fluctuates, so Codecov marks this as a build failure (#12227)
# Stop Codecov from failing CI until this is fixed
# https://docs.codecov.com/docs/commit-status#informational
informational: true
informational: true
Loading