-
```
Currently JsTestDriverCoverage creates reports in LCOV format (or a dat
file), which is easily readable in linux environment. However it is a bit
difficult for Windows environment.
I would lik…
-
```
Currently JsTestDriverCoverage creates reports in LCOV format (or a dat
file), which is easily readable in linux environment. However it is a bit
difficult for Windows environment.
I would lik…
-
* **I'm submitting a**
- [x] bug report
* **What is the current behavior?**
when I run Istanbul code coverage using:
`ng test --source-map --code-coverage`
tests do not return exit code 1 on …
-
I found we can easily use:
```
npm install istanbul
root@fizno:~/remotestorage.js# ./node_modules/.bin/istanbul cover --hook-run-in-context ./node_modules/.bin/jaribu
```
-
I'm trying to run `sbt-scoverage` and then upload the reports to Code Climate. My project is built inside a docker container.
This is my CircleCI configuration:
```
./cc-test-reporter before-bu…
-
See: https://github.com/morpho-dao/morpho-v1/blob/main/.github/actions/ci-foundry/action.yml
See: https://about.codecov.io/pricing/
-
We're setting up our code coverage for a monorepo with multiple apps running their own test suites in parallel inside a container.
We're working on a feature branch and we have no visibility on cod…
-
Hi there!
I'm having bad times generating code coverage in my CI. There's an error which I'm unable to troubleshoot there and it only occurs when wrapping my test command in NYC:
> error An unexpe…
8byr0 updated
2 years ago
-
It seems connect with these two issues([51091](https://github.com/tensorflow/tensorflow/issues/51091), [46477](https://github.com/tensorflow/tensorflow/issues/46477)), but they were all closed by robo…
-
## Link to bug demonstration repository
## Expected Behavior
Branch Coverage to be giving more accurate value
## Observed Behavior
Branch Coverage seems to be wrong from our end
### Trouble…