-
[Coverage badge](https://coveralls.io/github/keiohta/tf2rl) is unknown for some reasons. Fix this.
-
As response to your request in the [5.0a2 release notes](https://coverage.readthedocs.io/en/coverage-5.0a4/changes.html?highlight=sqlite#version-5-0a2-2018-09-03):
> The database schema is guarante…
-
use cases
`pip show-cache-command|xargs twine upload -r $LOCAL_CACHE`
and
```
devpi use cache/$DISTRO_NAME
pip show-cache-command|xargs devpi upload ...
```
-
iirc since introducing pytest-xdist, there is this warning:
```
==> wheezy64: Coverage.py warning: Module borg was previously imported, but not measured.
```
-
**Describe the bug**
The CTracer cannot be imported in 5.0a5 using [the binary wheel distributed on PyPI](https://files.pythonhosted.org/packages/c7/b8/5f158a568789a6e7bea4c6377c0e96ce415b6110d57aa0a…
-
I have a functional/integration test suite which I run against a running Celery + Django project and I wanted to capture coverage data. I've followed all the information needed to capture coverage dat…
-
**Describe the bug**
When running 5.0a5 against my [datasette](https://github.com/simonw/datasette) project I get the following error at the end of the test run:
```
tests/test_publish_now.py .…
-
https://travis-ci.org/antocuni/pdb/builds/532855282#L478:
```
% env
TRAVIS_CMD=if [[ "$TOXENV" != checkqa ]]; then
env
bash Travis CI detected.
project root: .
Fixing merge c…
-
* Pip version: 10.0.1
* Python version: 3.6.5
* Operating system: Mac 10.13.4
### Description:
(as reported in https://github.com/nedbat/coveragepy/issues/50)
Try to search for "coverage", …
-
pylint-common, pylint-celery and pylint-django are defined as plugins in `pylintrc`, perhaps we should add them to the requirements?
```
# Code quality
# -----------------------------------------…