node-coveralls
node-coveralls copied to clipboard
Feature request: ability to convert .info file to coveralls format without uploading
It would be useful to be able to convert .info file (ex: the one generated via jest) to coveralls format without uploading so you can upload it later as a merged report.
For example, https://coveralls-python.readthedocs.io/en/latest/usage/multilang.html reccomends using the ruby gem coveralls-lcov to convert but it would be nicer to use this library so ruby doesn't need to be installed.
Yep this would be great
Since this library doesn't seem to be supported anymore I fix a bunch of things on a fork if you want to check it out and are still pulling the library into your packages: https://github.com/jtwebman/coveralls-next
I would be willing to look into this. Though you can do parallel tests https://docs.coveralls.io/parallel-build-webhook and then call when you are done including them all.