-
https://github.com/nedbat/coveragepy/blob/master/coverage/fullcoverage/encodings.py is a hack which makes sure that coverage.py is imported early enough to cover modules that are imported during inter…
-
I like the new Test Coverage Toolbar feature. I use it with Python and Coverage.py run via `pytest` and `pytest-cov` plugin.
Coverage.py enables omitting some files using globs (e.g. co…
-
Some documentationl:
https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html#if-you-use-multiprocessing-pool
https://github.com/nedbat/coveragepy/issues/883#issuecomment-650562896
…
-
### Describe the feature or problem you’d like to solve
If I use `gh run list` twice to check up on progress, the order of the runs can change. Can the result be sorted, for example by start time,…
-
TLDR:
- do not run all tests when test execution fails
- also, do not run tests at all when you cannot collect the IDs
I am currently debugging a problem in my tests, most likely related to https://g…
-
See https://github.com/nedbat/coveragepy/issues/1310 . Removing pytest-cov solves the problem. What is pytest-cov doing that causes this problem?
-
# Summary
when running with pytest-cov I get a ' Module x was previously imported, but not measured (module-not-measured)' but it is actually measured.
see the output here:
https://github.com/gra…
-
# Summary
I am working on a custom coverage plugin that returns custom file tracers for Python files. When I use this coverage plugin together with pytest-xdist, it fails when combining the coverag…
-
I wanted to convert .coverage to lcov, but your tool is failing :( I just issued this command: `coveragepy-lcov`.
This is the error I got.
`TypeError: __init__() takes 2 positional arguments but 3 w…
-
Past work and tickets:
- https://github.com/colcon/colcon-core/issues/110: `lcov` for **cpp**
- https://github.com/colcon/colcon-core/issues/349: `coveragepy` for **python**
These two all work wo…