© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Marcus
Full Stack Developer
I use jest in my open source TS package and would like to add a coveralls badge or some kind of badge for code coverage. I hear you can use Jest's --coverage option and you can use its output for a badge. Is this true?
--coverage
Pierre Repetto-Andipatin
I've used node-coveralls with the following script:
github.com/nickmerwin/node-coveralls/issues/126
Hope it will be of any help.
Pierre Repetto-Andipatin
I've used node-coveralls with the following script:
github.com/nickmerwin/node-coveralls/issues/126
Hope it will be of any help.