-
Given a project structure like:
```
myproject
├── myproject
│ └── __init__.py
├── tests
│ └── myproject
│ └── test.py
└── setup.cfg
```
I'm running the command in the toplevel …
-
Notes for final presentation of our secure development project:
- development guidelines (CONTRIBUTING.md)
- `master` and `dev` branches are *protected* and require 2 approving pull request reviews
-
**Is your feature request related to a problem? Please describe.**
I've noticed that when running coverage in `parallel` mode on containerized CI systems with heavy concurrency it happens sometimes t…
ulope updated
5 years ago
-
I am attempting to generate a coverage report for SonarQube. The project is built and tested using a container. The xml file has the source listed `/build/project` where as the actual files are under …
-
*Originally reported by* **Buck Evan (Bitbucket: [bukzor](https://bitbucket.org/bukzor), GitHub: [bukzor](https://github.com/bukzor))**
----------------------------------------
I have a system which…
-
**Scenario**
I like to use coverage with pytest to access the test coverage of my unit tests. Every time I made code changes I would re-run the coverage report to check if the test cases can cover ne…
-
The sqlite database table "context" already contains semantic information "context". As far as I know the type of the context is limited to "test" right now.
context_id | context
-- | --
1 | test…
-
Perhaps you are already aware of this and it is expected, but at least for the purpose of documenting it:
Running tests while recording coverage context for [who-tests-what](https://nedbatchelder.c…
-
Hi all,
I have a project that, on import, reads some datafiles. pytest-cov (and coverage) measure this code as being covered, even though it isn't actually tested (so long as it doesn't error). So …
-
##### SUMMARY
The nightly CI runs with code coverage are timing out for Python 3.8 unit tests:
https://app.shippable.com/github/ansible/ansible/runs/129532/10/console
##### ISSUE TYPE
Bug …