-
I am trying to make a GET request to coveralls API to get the coverage% of a branch/main/master
I went through these two docs, but I couldn't find useful information. Could someone help?
https://…
-
I have a Rust project in the `root` folder, and in a folder `sonarqube` inside the `root` I have this docker-compose:
```
services:
sonarqube:
image: sonarqube:community
container_n…
-
As per https://github.com/snok/django-auth-adfs/actions/runs/11106517309/job/30855027879#step:8:40
```
Run codecov/codecov-action@v2
==> linux OS detected
https://uploader.codecov.io/latest/linu…
-
**Describe the bug**
In the generated coverage.xml report the **** tag is not populating the sources path.
**To Reproduce**
What version of Python are you using?
python = 3.11
pytest = 4.0.0
…
-
Due to the upcoming breaking change in Elasticsearch https://www.elastic.co/blog/locale-changes-elasticsearch-8-16-jdk-23, we should test all the integrations can run and properly parse the data witho…
-
Install `pytest-cov` and generate a coverage report.
Optionally can get a badge from Coveralls for the README in the repo.
-
-
This is an ongoing issue we need to work on or would gladly accept contributions for anyone looking to get some experience with testing open-source.
* We have some guaranteed randomness with the c…
-
Hello @peterjc I might be looking at the completely wrong url, but I think the code coverage setup is looking at the coverage of the test files instead of the actual library files:
https://app.code…
-
Not sure, but it looks that regex expressions not right parsed/evaluated by meta package.
``` bash
python -m venv ./venv
. venv/bin/activate
pip install -r requirements.txt
python -V
3.12.3
p…