Has anyone used Jest's --coverage with coveralls?
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?