-
Adding codecov or similar with a badge stating X% coverage will inspire confidence for people to adopt riker for production use.
-
Seeing good code coverage will give confidence to other developers to use tower. It might also help find some bugs as we strive to improve coverage.
-
**Summary**
We need to improve overall code coverage and stability
**Describe the solution you'd like**
We have integrated Playwright in our code, and removed existing Postman based-tests, now we nee…
-
Need to cover,
```
fun main(args: Array): Unit = io.ktor.server.netty.EngineMain.main(args)
```
-
Code coverage tools identify which lines of code are run at least once when tests are run, and which lines of code are untested. Code coverage is a good way to see where new tests are needed, and it …
-
Changes in code coverage reporting in the latest two versions of Go impact total percentages. It's likely related to our usage of `./...` which causes all packages to be included. While this is useful…
-
https://github.com/epatrizio/ola/commit/d045e817b2180793647c0790a0d31050d9e78963 Code coverage integration with [OCaml Bisect_ppx librairie](https://github.com/aantron/bisect_ppx)
This integration …
-
# Summary
The code coverage cluster and buildkite ui offers links to [the static web site](https://kibana-coverage.elastic.dev/2024-10-16T07:55:00Z/jest-combined/index.html), but it's broken
## Poss…
-
Here is the list of the features that require our attention:
* [ ] `pymbe_library.destroy_pmb_object_in_system()`
* [ ] `pymbe_library.parse_sequence_from_file()`
* [ ] `pymbe_library.search_part…
-
Add a code coverage maven plugin to start enforcing minimum code coverage requirements