-
```
coala_quickstart/green_mode/green_mode.py 325 2 187 0 99% 359, 393
```
-
The following functions need more tests written to reach 100% branch coverage
- is_glob_exp
- parse_gitignore_line
- get_language_from_hashbang
- split_by_language
- get_gitignore_glob
-
> I'm looking to add support for Dart to [codecov.io](https://codecov.io) (full disclosure: I'm the founder)
I'm not familiar with Dart and hoping someone can help show me an example `coverage.json` …
-
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…
-
During #1262, while working in the `/changemakers` integration tests, I figured that `beforeEach` calls (and transitive calls from within that) would not be marked as "covered", likewise for blocks/st…
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searched fo…
-
## Context
Currently, Bitcoin Core has ~200 fuzz harnesses which are compiled into one big binary `fuzz`. Selecting a harness for fuzzing is done through setting the `FUZZ` environment variable, e.…
-
Install `pytest-cov` and generate a coverage report.
Optionally can get a badge from Coveralls for the README in the repo.
-
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…
-
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://…