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
[coverage:run]branch = Trueomit = dist/*, docs/*, notebooks/*, plots/*, tests/*, venv/* # define paths to omit[coverage:report]show_missing = Trueskip_covered = True[tool:pytest]addopts = -v --cov-report term --cov-report html:htmlcov --cov-report xml --cov-fail-under=0 --cov=carate
Yields the error
INTERNALERROR> raise DataError("Can't combine line data with arc data")
INTERNALERROR> coverage.exceptions.DataError: Can't combine line data with arc data
The text was updated successfully, but these errors were encountered:
Summary
Expected vs actual result
Have a coverage output
Reproducer
Clone carate repo
Run
git clone https://codeberg.org/sail.black/carate.git git checkout dev pip install -e . pytest tests/
Versions
Config
Yields the error
The text was updated successfully, but these errors were encountered: