-
## Description:
Set up code coverage reporting and add coverage badges to the Enigma project repository. This will help track test coverage and encourage contributions to improve testing.
Requirem…
-
Since daf30a17, the coverage of `assertj-core` went below the [configured ratio](https://github.com/assertj/assertj/blob/8d790b464585c845e9b0717fc5610c2831953297/assertj-core/pom.xml#L379-L383) of 0.9…
-
concerns about testing, requesting additional review
-
We need to add unit tests for a bunch of the components that aren't done yet:
- [Autocomplete Combobox](https://www.useragentman.com/enable/combobox.php)
- [Input Masking](https://www.useragentman…
-
Add a `--coverage` argument to `zig test` and have it generate a nice report.
Related:
* #20989
* #20992
-
As a developer contributing to this project, I would like to quickly check the test coverage so that I can be assured by testing
**User end goal**: Have an display a badge showing that coverage che…
-
Do you think it would be possible to implement testing coverage?
Or would you know of another tool that fulfill this purpose?
Thanks for the great work!
-
**Is your feature request related to a problem? Please describe.**
It would be helpful to output a summary of the test coverage as `${GITHUB_STEP_SUMMARY}` so
people could use a quick glance at how …
-
# Coverage is below 100% still.
The goal of this issue is to raise the overall test coverage of code in the project's multicast module (e.g. code located in "multicast/*.py") to above 99% (basicall…
-
This is related to #532. This should:
1. Move from coverage to `pytest-cov` for better feature support.
2. Restrict coverage reports to unit testing based suites, and excluding integration testing…