-
**istanbul** is most popular code coverage tool for JavaScript. It cannot test coverage of views, but it is possible and I think not so much hard to implement code coverage for views. It will allow to…
rafis updated
8 years ago
-
Need to decide between coveralls and codecov, and flaskr or pytest.
-
@chrisballinger what do you think of adding codecov? so we can track the % of coverage we have and be sure to have an "ok" amount of code covered for new extensions/auth/etc we push?
-
Find a free service to generate code coverage.
Potentially:
https://github.com/OpenCover/opencover
-
I noticed the generated "reports", and wanted to know if you have a utility for making them public, or planned on creating one?
Something along that lines that publishes them to the public folder, …
-
Add general note under testing section that each app/addon should maintain a minimum of 75% branch coverage in acceptance, integration, and unit tests combined.
-
See: https://github.com/morpho-dao/morpho-v1/blob/main/.github/actions/ci-foundry/action.yml
See: https://about.codecov.io/pricing/
-
I use it like this:
```
"scripts": {
"test": "mocha --compilers js:babel/register-without-polyfill --colors --bail --reporter spec test/",
"test-cov": "istanbul cover node_modules/mocha/bin…
-
## Description
Add code coverage to the `phylum-dev/phylum-ci` repository for the `phylum-ci` package. This is both for computing code coverage and enforcing it.
## Additional Details
* Compu…
-
## Environment
* **IntelliJ Rust plugin version: 0.4.196.5423-231**
* **Rust toolchain version: rustc 1.70.0 (90c541806 2023-05-31)**
* **IDE name and version: CLion 2023.1.4 Build #CL-231.91…