Skip to content

Simplify codecov actions#32

Merged
c-randall merged 1 commit intomainfrom
simplify
Feb 10, 2026
Merged

Simplify codecov actions#32
c-randall merged 1 commit 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 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (96f68ea) to head (9c07132).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          769       769           
=========================================
  Hits           769       769           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

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 10, 2026 16:22
@c-randall c-randall merged commit 7ebc8ab into main Feb 10, 2026
23 checks passed
@c-randall c-randall deleted the simplify branch February 10, 2026 16:22
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

Comments