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

Move coverage to its own tox section #869

Closed dosaboy closed 2 months ago

dosaboy commented 2 months ago

Running coverage every time stestr runs gives unexpected results and errors especially when running a single unit test. This moves coverage to its own section in tox.ini and adds it to the default list of commands to be run.