11 comments (11 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++3,519 forks (3,519 forks)batch import
help wanted
Repository metrics
- Stars
- 27,361 stars (27,361 stars)
- PR merge metrics
- Avg merge 19d 10h (Avg merge 19d 10h)147 merged PRs in 30d (147 merged PRs in 30d)
Description
Is there anything done in emscripten for enabling Tests Code Coverage reports generation?
I found this very interesting article on how to do it manually.
Requires to recompile compiler-rt.
Contributor guide
- Research direction
- Investigate the linked article on WebAssembly coverage and explore how to integrate compiler rt code coverage into Emscripten's test suite. Consider automating the recompilation of compiler rt with coverage flags and parsing the coverage data.
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Prerequisites
- C++Emscripten