-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this orb support the coveralls or coveralls+ formats? #71
Comments
No, currently it doesn't support coveralls/coveralls+ formats. But I am interested in adding the support for them. Can you share the tools you use to generate reports in these formats? It would be helpful. |
I am using grcov for a rust-based program to generate those reports. I'm migrating from the old version of the coveralls orb that supports a node project for those formats, and wanted to see if maybe switching from lcov would fix my parsing issues. |
I have added the support for |
Should it also support coveralls+ (I don't know what the difference is tbh)? |
I've read the code for |
Thanks for the response! |
Question
Does this orb support the coveralls or coveralls+ formats? From reading the readme/source, it seems like no, but I just want to be sure.
The text was updated successfully, but these errors were encountered: