-
## Proposal
Code coverage reports on CI can be helpful to reduce risk of regression during swift migration. It's also helpful to maintain high code coverage in the long run after the migration.
…
-
Does this extension still work? I installed it and it launches my specified command to get a json-cov report, which also gets parsed (no "output is not json" errors show up) but the results are never …
-
Can't generate valid coverage reports from compiled tag files. For example: With karma lcov reporting, compiled tag file's coverage is not correctly reported.
# Reproduce:
**Example project:**
git c…
-
Once we have code and tests, we should follow best practice and add code coverage reporting using a tool like [`nyc.js`](https://github.com/istanbuljs/nyc/blob/master/bin/nyc.js). This should be call…
-
When generating HTML reports with nyc, the directory paths for coverage reports are inconsistent.
For example, when the coverage information includes directories /User/test/pc/common, /User/test/pc/…
-
There is a lot of runtime feature detection and other conditional logic in this crate. AFAICT, when tests are run, it is arbitrary which implementation gets picked. For example, for Linux, AFAICT only…
-
The FAC application's unit tests have gone through a couple of iterations in the last two years. Most recently, we went from relaxed test coverage thresholds (during rapid development) to more strict …
-
Right now, the project's README file shows a hardcoded 100% coverage badge (see [here](https://github.com/Flexonze/django-auto-actions/blob/main/README.md?plain=1#L7)). To provide more accurate and dy…
-
Looks like code coverage from sonarcloud is not being reported. It does seem to be calculated on sonarcloud. Investigate why it's not showing up. Looks like it does calculate it for pull requests.
…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-Android/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-Android's [Code of …