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

Collect coverage from subprocesses. #21

Open
tomprince opened this issue Sep 5, 2014 · 1 comment
Open

Collect coverage from subprocesses. #21

tomprince opened this issue Sep 5, 2014 · 1 comment

Comments

@tomprince
Copy link
Contributor

We run subprocess in tests, but don't collect coverage from them.

@tomprince
Copy link
Contributor Author

I started this in subprocess-coverage. A couple more pieces are needed:

  1. COVERAGE_PROCESS_START needs to be set, pointing at a coveragerc file containting all the options we care about, including parallel.
  2. Given that we are using parallel, we need to combine all the generated files.

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

No branches or pull requests

1 participant