Ned Batchelder
Ned Batchelder
This is now released as part of [scriv 1.6.0](https://pypi.org/project/scriv/1.6.0).
Sure, sounds great!
I'm interested to see how you are using cog in a Python file. I've never had need, since Python's introspection usually solves those problems for me. I guess it seems...
What do you mean by a partial line? Why do you want to ignore them? Maybe you don't want branch coverage at all, and just line coverage?
I don't know what you mean by "ignore the partial lines". I assume you mean you want to treat them as 100% executed. That's what line coverage would do. Can...
Thanks for the idea. I'm not sure how to do this. Coverage needs two things: to measure what happened, and to statically analyze what could have happened. I think we...
Perhaps https://pypi.org/project/diff-cover/ is what you want? If not, say more about what you mean by incremental coverage reports.
Hmm, on my Mac: ``` % tox -e py311 --develop py311: venv> /Users/ned/.local/share/uv/tools/tox/bin/uv venv -p cpython3.11 --allow-existing --python-preference system /System/Volumes/Data/src/bugs/bug2014/freeiam/.tox/py311 py311: install_deps> /Users/ned/.local/share/uv/tools/tox/bin/uv pip install '.[test]' .pkg-cpython311: venv> /Users/ned/.local/share/uv/tools/tox/bin/uv venv...
I'm interested in making improvements, but am going to need help.
Thanks for the idea, but this sounds like a very niche use, and would require significant changes to the data collection. There might be something tricky we could do with...