node-coveralls icon indicating copy to clipboard operation
node-coveralls copied to clipboard

Feature request: ability to convert .info file to coveralls format without uploading

Open caleb15 opened this issue 4 years ago • 2 comments

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.

caleb15 avatar Aug 03 '20 21:08 caleb15

Yep this would be great

nhoughto avatar Feb 23 '21 00:02 nhoughto

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.

jtwebman avatar Mar 06 '22 22:03 jtwebman