-
I have successfully instrumented my project code and generated coverage results. However, I only receive coverage results on client-side code.
My project structure:
```
-- /instrumented
-- /clien…
-
- Open a package like rlang, go to `test-fn.R`, for example
- Run `devtools::test_coverage_active_file()`
- Sometimes you get this recursive promise evaluation warning
Weirdly, if I step through …
-
related: https://github.com/Microsoft/vsts-tasks/issues/1271
Hi there, we have a project whose coverage report (like the above closed issue) generates over 900 files as its HTML coverage summary ou…
-
Is there any documentation how i can use or integrate code coverage for my tests. I use the 'cypress-angular' plugin to test components in an angular sub project. That works fine but i would like use …
-
**What needs to be cleaned up?**
Add more unit tests, and use the Fine Code Coverage plugin for Visual Studio to determine where they're needed.
**How will this benefit us?**
Catch bugs sooner
…
-
Hi there,
I was wondering if you could hook up code-coverage reporting (I personally like codecov, but coveralls and others would be fine too).
Once this is done, I will work on getting code c…
-
This issue is about getting to 90% coverage for the Permit CLI. The current tests use only Node test runner and do not pass completely, so the task is also to stabilize the tests and choose the right …
-
When explicitly specifying the commit hash like so:
```
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload -v --format=php-clover --repository=g/$TRAVIS_REPO_SLUG --revi…
-
I was in the process of writing some tests for a project, and I wanted to test out the new html coverage feature. Unfortunately, as I got further along, the coverage started to fail to generate.
```
…
-
Looking at the existing badge support I see it is generating an image like this one:
```
![Code Coverage](https://img.shields.io/badge/Code%20Coverage-97%25-success?style=flat)
```
This works …