-
Hi,
When I change `build_root` to a folder above the folder where `project.yml` is, `GcovCoverageResults` are generated, but empty.
```
:project:
:use_exceptions: FALSE
:use_test_preproces…
-
Use case: a universal app, bundled with webpack, which uses style loaders etc. needs to be precompiled with webpack in order to replace the loaders so the code runs in node.
Using karma here is not a…
-
## 🐛 Bug Report
when I run jest --watch, I see unknown coverage.
## To Reproduce
see Link repo.
## Expected behavior
show correct coverage.
## Link to repl or repo (highly encour…
-
Currently there are no tests of any kind for the operator code, this issue addresses that. Test coverage should be at least 80% Just unit tests are fine as integration tests might be a bit tricky to d…
-
Meteor 2.5.1, nyc 15.1.0
Running code coverage as described in [this post](https://forums.meteor.com/t/using-istanbul-nyc-for-code-coverage-in-meteor/38258/8) works fine on my M1 Macbook Pro but cr…
-
### New issue checklist
- [X] I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues)
- [X] I read [pipeline troubleshooting guide](https://docs.microsoft.c…
-
**Logs and screenshots**
Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set, see the [Debugging](https://github.com/cypress-io/code-cov…
-
Beginning from 2022-09 I am not able to execute JUnit Plug-in Tests. Works fine with 2022-06 IDE.
(Update: issue still there in 2023-06)
My Setup:
* Tests provided within fragment project
* Targ…
-
### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes - I have a minimum repo to reproduce.
### Which terms did you search for in User Guide?
istanbul comment
…
-
After first having issues with zero coverage, now I have basically the opposite problem of #5 — every line is marked as covered.
Once I solved issues like #23 and providing `rewritePath` to fix any…