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

coverage erase doesn't erase coverage when created with -p #379

Closed
nedbat opened this issue Jun 29, 2015 · 1 comment
Closed

coverage erase doesn't erase coverage when created with -p #379

nedbat opened this issue Jun 29, 2015 · 1 comment
Labels
bug Something isn't working

Comments

@nedbat
Copy link
Owner

nedbat commented Jun 29, 2015

Originally reported by Lasse Schuirmann (Bitbucket: sils1297, GitHub: sils1297)


Steps to reproduce:

#!bash
> git clone https://github.com/coala-analyzer/coala/
> cd coala
> ./run_tests.sh -c  # Press Ctrl+C before test suite ends so it doesn't get combined
...
> ls -la .cov*
-rw-r--r-- 1 lasse lasse  9642 Jun 29 15:36 .coverage.lssteadarch.31498.221346
-rw-r--r-- 1 lasse lasse 14017 Jun 29 15:36 .coverage.lssteadarch.31500.940577
-rw-r--r-- 1 lasse lasse  7698 Jun 29 15:36 .coverage.lssteadarch.31573.919492
-rw-r--r-- 1 lasse lasse  7647 Jun 29 15:36 .coverage.lssteadarch.31577.307965
> coverage erase
> ls -la .cov*
-rw-r--r-- 1 lasse lasse  9642 Jun 29 15:36 .coverage.lssteadarch.31498.221346
-rw-r--r-- 1 lasse lasse 14017 Jun 29 15:36 .coverage.lssteadarch.31500.940577
-rw-r--r-- 1 lasse lasse  7698 Jun 29 15:36 .coverage.lssteadarch.31573.919492
-rw-r--r-- 1 lasse lasse  7647 Jun 29 15:36 .coverage.lssteadarch.31577.307965

@nedbat
Copy link
Owner Author

nedbat commented Jul 27, 2015

Duplicate of #262.

@nedbat nedbat closed this as completed Jul 27, 2015
@nedbat nedbat added major bug Something isn't working labels Jun 23, 2018
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