This repository was archived by the owner on Mar 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Explore test/code coverage to identify test improvements #144
Labels
good first issue
Good for newcomers
Comments
Following is the code coverage of rust runtime as of 2/11/25:
|
20 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To automate identifying which modules and objects are missing testing, we can try some tools like tarpaulin or cargo-llvm-cov
Doesn't necessarily have to be added in automation or enforce any minimum code coverage requirements - but can at least help identify areas for test improvement short term.
Depending on how heavy it is, we can add it to rust pre merge action or a nighty job.
The text was updated successfully, but these errors were encountered: