Skip to content
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

ci parallel #38

Merged
merged 7 commits into from
Jul 16, 2024
Merged

ci parallel #38

merged 7 commits into from
Jul 16, 2024

Conversation

samueljsb
Copy link
Owner

  • Build a wheel to share between test run environments
  • ** Run coverage in parallel mode**
  • Only run tests for PRs and pushes to main
  • Prevent concurrent test runs
  • Run tests for all python versions in one job
  • Cache Python dependencies
  • Show tox/pytest output in color

 This avoids problems that occur when multiple test runs try to record
 coverage information at the same time. Instead, we record coverage data
 independently for each run and combine and report them in a separate
 step.
These can be run in parallel, rather than running a new job for each
of them.
@samueljsb samueljsb merged commit 2e7ac73 into main Jul 16, 2024
4 checks passed
@samueljsb samueljsb deleted the ci-parallel branch July 16, 2024 02:33
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