Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measure and report code coverage #260

Open
3 tasks done
ggonzalez94 opened this issue Jul 24, 2024 · 0 comments
Open
3 tasks done

Measure and report code coverage #260

ggonzalez94 opened this issue Jul 24, 2024 · 0 comments
Labels
CI devops

Comments

@ggonzalez94
Copy link
Collaborator

templates

  • Generic Runtime Template
  • Evm Template

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

  • I agree to follow this project's Contribution Guidelines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI devops
Projects
Status: 🗒 Backlog
Development

No branches or pull requests

1 participant