Any reason `coverage-py` doesn't support `lcov` ou...
# general
b
Any reason
coverage-py
doesn't support
lcov
output?
New in version 6.3.
Copy code
//   "generated_with_requirements": [
//     "coverage[toml]<5.6,>=5.5"
//   ]
Ah that might be why 🙂
@hundreds-father-404 can we bump or is that painful?
h
Not sure off hand, you'd want to consult the changelog to see if there are breaking changes like Python version support. Genreally, we bias towards default being the newest possible
b
Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.
h
totally fine, we dropped default support for Py36 already
b
I'll file an issue
h
the change should be a dedicated PR and you will want to mark as User API change. Run
generate_all_lockfiles.py --tool coverage-py
b
Now to find out how to get it working in my repo, today 🤔
Coveragepy-lcov has my back in the meantime