Ned Batchelder
Ned Batchelder
I have nothing to try. I can't invent your scenario.
Thanks, but please: * Make the repo public so that other people can help * Provide instructions about what to install (I guessed: pytest, pybuilder, pytest-cov) * Provide instructions about...
I am not seeing an error, but I am not on Windows. If this happens with 3.6.4, but does not happen with 3.6.8, that might point to something being fixed...
3.6.0 specifically had an issue: https://github.com/nedbat/coveragepy/issues/703 Can you update your Python version?
@Drumering Sorry that you're having difficulties. Can you give us a link to your code, and specific instructions to see what you are seeing?
Can either of you provide a reproducible case? @rakeshrathod1809 I don't understand how adding the `-d` option to the html command could have an effect. Can you provide the full...
Why not just use `coverage run` directly instead of pytest-cov?
@ionelmc Hello! I'm also struggling with how to make 2.6.0 work for me. The issue says that now pytest-cov is doing it's own combine? But it seems to not be...
As you might expect, this is in a large distributed test suite. I've worked around it by adding `mv .coverage .coverage.1; coverage combine` before my `coverage html` command. I would...
@sansalinas Thanks for doing this! It's very helpful to have people trying out ways to use the data. Since 5.0a7 was released, I've added better context reporting to the built-in...