You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ hatch test --cov
...
NTERNALERROR> File "/home/mih/.local/share/hatch/env/virtual/datasalad/Vs1JgA8T/hatch-test.py3.11/lib/python3.11/site-packages/coverage/sqldata.py", line 668, in update
INTERNALERROR> raise DataError("Can't combine line data with arc data")
INTERNALERROR> coverage.exceptions.DataError: Can't combine line data with arc data
I (unintentionally) ran `hatch test -cov` not `hatch test --cover`,
using pytest-cov directly, rather than going through the respective
`hatch` functionality, leading to a crash.
Closes: #24
With #23 I see
nedbat/coveragepy#399 suggests some impact of pytest-cov
The text was updated successfully, but these errors were encountered: