yew icon indicating copy to clipboard operation
yew copied to clipboard

Add code coverage reporting for project.

Open teymour-aldridge opened this issue 5 years ago • 2 comments

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
  • [x] I would like to add this feature
  • [ ] I don't have time to add this right now, but maybe later

teymour-aldridge avatar May 26 '20 20:05 teymour-aldridge

This would be really nice!

jstarry avatar May 27 '20 03:05 jstarry

I imagine we'd use a service like codecov.io to handle the reporting of test results.

teymour-aldridge avatar May 30 '20 20:05 teymour-aldridge