assemblyscript
assemblyscript copied to clipboard
Enhancement: Generate test coverage reports after npm test (#2289)
Signed-off-by: Jesse [email protected]
Issue details: https://github.com/AssemblyScript/assemblyscript/issues/2289
Test report screen shot:

- [x] I've read the contributing guidelines
- [x] I've added my name and email to the NOTICE file
@dcodeIO @MaxGraey. I think add coverage is helpful during feature development. wdyt?
The slightly modified PR above is based on this PR with a few slight changes so coverage remains light / optional for now. One would manually set ASC_FEATURES, and c8 is installed on demand, whereas all the necessary configuration is provided. PTAL :)
Initial code coverage in the spirit of this PR has been added in #2517, with the difference that it is kept optional for now. Sorry for the strange co-authored-by in the commit message, I used the signed-off credentials from the first post that apparently link to a different account, hrm.