You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be measuring code coverage and reporting it to CodeCov. The best tool to do this is cargo-llvm-cov since it generates very precise coverage data.
One thing we need to solve is that we don't have a workspace that wraps the two templates, so we need:
a) Create a workspace and share dependencies
b) Or find a way to report coverage to two different codecov projects
Contribution Guidelines
I agree to follow this project's Contribution Guidelines
The text was updated successfully, but these errors were encountered:
templates
What is the feature you would like to see?
We should be measuring code coverage and reporting it to CodeCov. The best tool to do this is cargo-llvm-cov since it generates very precise coverage data.
One thing we need to solve is that we don't have a workspace that wraps the two templates, so we need:
a) Create a workspace and share dependencies
b) Or find a way to report coverage to two different codecov projects
Contribution Guidelines
The text was updated successfully, but these errors were encountered: