canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
30 stars 37 forks source link

[tox/coverage] cleanup tmp directories from coverage #871

Closed pponnuvel closed 2 months ago

pponnuvel commented 2 months ago

Coverage leaves the tp dirs behind if tox run is interruped.

mustafakemalgilor commented 2 months ago

@pponnuvel I've submitted #872 which should fix the issue. "coverage clean" should've deleted those files in the first place, but it failed to do so due to a misconfiguration.