Skip to content

The important metric is project coverage #3351

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

Merged
merged 2 commits into from
Aug 6, 2025

Conversation

DimitriPapadopoulos
Copy link
Contributor

Make patch coverage informational, so that fixing a typo in a line that raises an exception (typically not covered by a test) passes CI.

Fixes #3347.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.rst
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

Make patch coverage informational, so that fixing a typo in a line
that raises an exception (typically not covered by a test) passes CI.
@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Aug 6, 2025
Copy link

codecov bot commented Aug 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.54%. Comparing base (1264a4d) to head (ee7e859).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3351      +/-   ##
==========================================
+ Coverage   94.51%   94.54%   +0.03%     
==========================================
  Files          78       78              
  Lines        9423     9423              
==========================================
+ Hits         8906     8909       +3     
+ Misses        517      514       -3     

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.

@d-v-b d-v-b merged commit 926a52f into zarr-developers:main Aug 6, 2025
31 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the patch_coverage branch August 6, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs release notes Automatically applied to PRs which haven't added release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

misleading coverage reports
2 participants