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

parallel=True prevents reporting #49

Closed
nedbat opened this issue Feb 26, 2010 · 1 comment
Closed

parallel=True prevents reporting #49

nedbat opened this issue Feb 26, 2010 · 1 comment
Labels
bug Something isn't working

Comments

@nedbat
Copy link
Owner

nedbat commented Feb 26, 2010

  1. Create a .coveragerc file with [run]parallel=True

  2. Run tests with "coverage run"

  3. Combine the data files with "coverage combine"

  4. Run "coverage report". Nothing is displayed.

Reported by Ben Bangert


@nedbat
Copy link
Owner Author

nedbat commented Mar 6, 2010

Fixed in <<changeset cbb794673924 (bb)>>.

@nedbat nedbat closed this as completed Jun 9, 2012
@nedbat nedbat added major bug Something isn't working labels Jun 23, 2018
agronholm added a commit to agronholm/coveragepy that referenced this issue Aug 16, 2020
With this change, a failing task can now trigger cancellation of the rest of the tasks in its group, even if the host task is now just waiting for the subtasks to finish.

Fixes nedbat#49.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant