-
I have no idea why, but commit 79f6257 (`Add pytest entry in pyproject.toml`) decreased coverage by [42.21%](https://app.codecov.io/gh/lk-geimfari/mimesis/commit/79f625782f7cf0ff1943635abe9cfdc9961ae3…
-
[This line](https://github.com/ansys/pyaedt/blob/44045940c750e23e6e409f28f972cfe865525263/pyproject.toml#L189) in pyproject.toml globally enables coverage reporting for all pytest runs, including thos…
-
This is an interesting plugin, thank you! I’ve recently started to add more [TAP](https://testanything.org/) based tests to a Python project and unifying test results for reporting using TAP is a grea…
-
The aggregated LCOV files are like a zoo of relative paths to the same files, but from various working directories.
This makes it impossible to calculate the code coverage correctly.
It's best to …
-
## Overview
We need to add test coverage reporting and enforcement to our build process. This will help us maintain and improve code quality by ensuring adequate test coverage across the project.
…
-
### What version of Bun is running?
1.0.28+705638470
### What platform is your computer?
Darwin 23.2.0 x86_64 i386
### What steps can reproduce the bug?
Apologies, but I couldn't find a more mini…
-
In #3121, there are tests for which we find coverage checks pointing to a non-existing coverage region out of the line boundaries. This results in an out-of-bounds error with the standard high…
-
### Issue Link
https://github.com/flutter/flutter/issues/132712
### Target
beta
### Cherry pick PR Link
https://github.com/flutter/flutter/pull/156545
### Changelog Description
En…
-
Vitest - [website](https://vitest.dev/) - [github](https://github.com/vitest-dev/vitest)
#### Blocked by:
- #11268
- #2445 (needed for vitest coverage reporting `run --coverage`)
-
It would be great if jasmine-rails had built-in reporting of code coverage. There is support for custom reporting scripts, so something like istanbul should be able to be used as a reporter, but the…