Skip to content

Fix codecov.yml: move after_n_builds to codecov.notify#288

Merged
blink1073 merged 1 commit into
mainfrom
fix-coverage-yaml
Mar 14, 2026
Merged

Fix codecov.yml: move after_n_builds to codecov.notify#288
blink1073 merged 1 commit into
mainfrom
fix-coverage-yaml

Conversation

@blink1073
Copy link
Copy Markdown
Contributor

Summary

  • after_n_builds is not a valid field under coverage.status.project or coverage.status.patch
  • Moved it to codecov.notify.after_n_builds per the Codecov schema
  • Validated with curl --data-binary @codecov.yml https://codecov.io/validate

after_n_builds is not valid under coverage.status.project/patch;
it belongs under codecov.notify per the Codecov schema.
@blink1073 blink1073 enabled auto-merge (squash) March 14, 2026 02:56
@blink1073 blink1073 merged commit 8903fd6 into main Mar 14, 2026
25 checks passed
@blink1073 blink1073 deleted the fix-coverage-yaml branch March 14, 2026 03:09
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.48%. Comparing base (705a633) to head (9c4d9fe).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (91.48%) is below the target coverage (95.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
+ Coverage   90.07%   91.48%   +1.41%     
==========================================
  Files           6        6              
  Lines         423      423              
==========================================
+ Hits          381      387       +6     
+ Misses         42       36       -6     
Flag Coverage Δ
linux-py3.10 90.07% <ø> (?)
linux-py3.11 90.07% <ø> (?)
linux-py3.12 90.07% <ø> (ø)
linux-py3.13 90.07% <ø> (?)
linux-py3.14 90.07% <ø> (?)
linux-py3.14t 90.07% <ø> (?)
macos-latest 90.07% <ø> (?)
ubuntu-flatpak 90.78% <ø> (?)
ubuntu-snap 89.83% <ø> (?)
windows-latest 90.30% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants