Alexandre Conrad-Dormoy
Alexandre Conrad-Dormoy
> Is there a way to formulate bash commands for the individual statistics that would be much faster, e.g. Filename could be extracted via: > ``` > grep -o 'filename=[^...
Another approach I have in mind is the way we parse the XML data using xpath. While xpath has a convenient interface for finding what we care about in the...
Do we still need/want this PR @gro1m?
Isn't the industry standard to use `test-requirements.txt`? What motivates this change?
Typing `pip install -e .[test]` feels a little more cryptic to me, but it's likely just about habit. But I haven't worked professionally with Python for a couple of years...
The PR description says that it would "allow to pin version of `pytest`". Why was that not already the case with `test-requirements.txt`?
Hm, very strange. I've never seen this before. Was it working and then it stopped working or was the output always like shown in the screenshot? I can either think...
Thanks! Oh wow! It takes so long to process those files! 20 minutes and counting with the command `pycobertura diff ` on my recent Macbook Pro. I wonder where it...
Since I don't have access to the source code, I ran the following command: ``` pycobertura diff coverage_before.xml coverage_after.xml --no-source ``` and got back: ``` Filename Stmts Miss Cover ----------...
> I used the following command to invoke pycobertura: That command looks good to me. It's a little tricky to help with the bug you encountered without a full test...