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

deno test --coverage should clear the coverage directory first #23491

Open
bartlomieju opened this issue Apr 22, 2024 · 0 comments · May be fixed by #23519
Open

deno test --coverage should clear the coverage directory first #23491

bartlomieju opened this issue Apr 22, 2024 · 0 comments · May be fixed by #23519
Labels
bug Something isn't working testing related to deno test and coverage

Comments

@bartlomieju
Copy link
Member

Version: Deno 1.42.4

I just noticed that I had hundreds of thousands of files in coverage/ directory of my local checkout of deno_std. I've been running tests before the release for the past 6 months and accumulated a lot of files. Since this directory should be git ignored anyway, it probably makes sense to clear the directory when the command is invoked.

@bartlomieju bartlomieju added bug Something isn't working testing related to deno test and coverage labels Apr 22, 2024
@iuioiua iuioiua linked a pull request Apr 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing related to deno test and coverage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant