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

Run coverage in parallel mode #17

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Run coverage in parallel mode #17

merged 1 commit into from
Jul 15, 2024

Conversation

samueljsb
Copy link
Contributor

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.

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.
@samueljsb samueljsb requested a review from a team as a code owner July 15, 2024 18:18
@samueljsb samueljsb merged commit 8c7548f into main Jul 15, 2024
6 checks passed
@samueljsb samueljsb deleted the tox-coverage-parallel branch July 15, 2024 21:18
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.

2 participants