-
### Version
29.7.0
### Steps to reproduce
1. Clone https://github.com/TWiStErRob/repros/tree/main/jest/v8-flaky-coverage
2. `npm install`
3. `npm test -- --runInBand wrapped.test.js` -> tests pas…
-
**Is your feature request related to a problem? Please describe.**
It's easy to increase coverage using some testing strategies (eg: [SnapshotTest](https://github.com/syrusakbary/snapshottest)), but …
-
### Installed product versions
- Visual Studio 2022 Professional, v17.4.4
- Fine Code Coverage 2022, v1.1.194
### Description
I'm trying to provide different FCC configurations for my different …
-
I have a module using go-coverage-action and tests for which generally take longer than 10m, is there anyway I can configure go test timeouts with this plugin ?
-
I have the plugin setup to run so I can get code coverage on my unit tests and also to generate an instrumented jar. Both of these work fine. What I would like to know is how can I combine the results…
-
One aspect of code coverage that is _not_ currently handled via `kcov` and such, is that of compile time code coverage for macros. Being able to know if there are unused code paths within conditional …
-
Thanks for the workflow template! It is exactly what I was looking for.
Unfortunately, I'm hitting the following error when getting to the `Build coverage file`:
```bash
python -m pytest --cov=…
-
This this the code:
```
public class BusinessLogic {
public int getPrice(int amountOfThings, boolean coupon) {
if (amountOfThings >= 20 || coupon) {
retu…
-
(Not sure if this is the best place for a proposal for this project, but here it goes...)
I'd like to propose some enhancements to the internal quality of this project; the idea is to have it a bit m…
-
### Discussed in https://github.com/sourcefrog/cargo-mutants/discussions/23
Originally posted by **xd009642** February 13, 2022
So this may be worth creating an issue for, but this is largely …