hatch
hatch copied to clipboard
`hatch test --cover` does not erase coverage data
Hi folks, thanks for the awesome project!
I have run into the issue that coverage data is persisted across several invocations of hatch test --cover. This led to builds passing locally but failing in our CI/CD system.
IMO hatch test --cover should by default call coverage erase before it runs the test suite.
Many thanks, Sergio