-
I've noticed that `pytest-cov` doesn't report properly the coverage with Python 3.7.0. Here a simple repro:
### Directory structure
```
|-- foo
| |-- __init__.py
| `-- bar.py
`-- tests
…
-
After the current release of 5.0a3, the coverage generation is failing.
I am using the following packages for running my tests:
Python 2.7.15, pytest-3.8.2, py-1.6.0, pluggy-0.7.1
plugins: xdist-…
-
## The python code should run normally and output in a new open window
## spc l r to run program
## Debug info
SPDebugInfo
SpaceVim debug information
### SpaceVim options :
```tom…
-
**Describe the bug**
I found a corner case in which coverage.py reports uncovered lines to be covered, and covered lines to be uncovered. Here is the minimal example that triggers the bug:
```py…
-
hit 100%?
-
command used
```
- if [ "$BUILD_TYPE" = "Debug" ] && [ "$GCC_VERSION" = 5 ]; then bash Travis CI detected.
project root: .
Fixing merge commit SHA
Yaml found at: .codecov.yml
==> R…
-
**Describe the bug**
setting `relative_files = True`, i don't get any contexts listed in my html reports
**To Reproduce**
`versions`
```
$ python -V
Python 3.7.2
$ coverage --version
C…
-
I was running circleci build using tox to run against python version 3.6 and all my tests seems to be passing but crashed. This was the error message I got:
```Couldn't use data file '/root/my-pack…
-
**Describe the bug**
After upgrading from coveragepy `5.0a5`-ish to to `5.0a6`, we started having a few failing builds with something that looks as follows:
```
Traceback (most recent call last):…
-
**Describe the bug**
In coverage 4.* versions, when i used `Coverage(data_file=None)`, DB file was not created. It seems to be not case in 5.0b1 version. Is there a way how to not create DB file in t…