Skip to content

Move codspeed to 3.13 in CI to avoid duplicating runs with 3.14#1223

Merged
nathanjmcdougall merged 1 commit intomainfrom
654-avoid-running-test-suite-multiple-times-unnecessarily-for-code-coverage-in-ci
Dec 23, 2025
Merged

Move codspeed to 3.13 in CI to avoid duplicating runs with 3.14#1223
nathanjmcdougall merged 1 commit intomainfrom
654-avoid-running-test-suite-multiple-times-unnecessarily-for-code-coverage-in-ci

Conversation

@nathanjmcdougall
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR restructures the CI test matrix to avoid running duplicate checks on Python 3.14. The key change moves codspeed benchmarking from Python 3.13 (which was causing redundancy) to run explicitly on Python 3.13 while codecov runs on 3.13, and the standard 3.13 configuration is removed.

Key changes:

  • Removed the standard Python 3.13 ubuntu-latest entry from the matrix
  • Added explicit codecov configuration for Python 3.13 with checks disabled
  • Repositioned codspeed configuration to Python 3.13 (previously on 3.13 but in a way that created duplication)

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Dec 23, 2025

CodSpeed Performance Report

Merging #1223 will not alter performance

Comparing 654-avoid-running-test-suite-multiple-times-unnecessarily-for-code-coverage-in-ci (d851743) with main (bd8730f)

Summary

✅ 2 untouched

@nathanjmcdougall nathanjmcdougall merged commit 4832e31 into main Dec 23, 2025
19 checks passed
@nathanjmcdougall nathanjmcdougall deleted the 654-avoid-running-test-suite-multiple-times-unnecessarily-for-code-coverage-in-ci branch December 23, 2025 05:26
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.

Avoid running test suite multiple times unnecessarily for code coverage in CI

2 participants