Skip to content

Comments

Simplify codecov actions#22

Merged
c-randall merged 3 commits intomainfrom
simplify
Feb 9, 2026
Merged

Simplify codecov actions#22
c-randall merged 3 commits intomainfrom
simplify

Conversation

@c-randall
Copy link
Collaborator

Description

Tie in nox to codecov workflow. New -- codecov argument for the nox session is used for this purpose. This keeps commands together in one conventient location rather than spread across many workflows/files.

Type of change

  • New feature (non-breaking change which adds functionality)
  • Optimization (back-end change that improves speed/readability/etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • Chore (any other clean up, maintenance, etc.)

Key checklist:

  • No style issues: $ nox -s linter [-- format]
  • Code is free of misspellings: $ nox -s codespell [-- write]
  • All tests pass: $ nox -s tests
  • Badges are updated: $ nox -s badges

Further checks:

  • The documentation builds: $ nox -s docs.
  • Code is commented, particularly in hard-to-understand areas.
  • Tests are added that prove fix is effective or that feature works.

@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 30.09%. Comparing base (d5f6997) to head (abc655b).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   30.09%   30.09%           
=======================================
  Files          40       40           
  Lines        1738     1738           
=======================================
  Hits          523      523           
  Misses       1215     1215           
Flag Coverage Δ
unittests 30.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@c-randall c-randall marked this pull request as ready for review February 9, 2026 23:40
@c-randall c-randall merged commit 8dcfec8 into main Feb 9, 2026
23 checks passed
@c-randall c-randall deleted the simplify branch February 9, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant