Add code coverage reporting for project.
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 32.8k
- Forks
- 1.5k
- Avg merge
- 5h 34m
- Merged PRs (30d)
- 2
Description
Describe the feature you'd like
Code coverage reporting (percentage of lines of code which are run during Yew's tests).
Is your feature request related to a problem? Please describe. (Optional)
This should be possible to do using grcov (but I need to check if it works with Wasm)
Describe alternatives you've considered (Optional)
No code coverage.
Additional context (Optional)
Add any other context or screenshots about the feature request here.
Questionnaire
- I'm interested in implementing this myself but don't know where to start
- I would like to add this feature
- I don't have time to add this right now, but maybe later
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by examining Yew's test and CI setup and checking whether grcov supports the project's Wasm tests; done means the test runs produce a usable code-coverage percentage report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- build-system, ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100