Skip to content
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

Suggestion: Add option to choose report in standard format #20

Open
ali4heydari opened this issue Mar 30, 2020 · 6 comments
Open

Suggestion: Add option to choose report in standard format #20

ali4heydari opened this issue Mar 30, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@ali4heydari
Copy link

Is your feature request related to a problem? Please describe.
Most of CI runners support coverage reports in specific format. In that format they support they can parse and show report without downloading report files.
Describe the solution you'd like
Add an option to choose report format. for example Cobertura that most of CI runners supports.
Additional context
for example I'm using jest and with PublishCodeCoverage task in azure pipeline and specifying file path with Cobertura format can see result in browser without downloading html files:

2020-03-30_10-12-30
Thanks!

@ali4heydari ali4heydari added the enhancement New feature or request label Mar 30, 2020
@alexcanessa alexcanessa changed the title Add option to choose report in standard format Suggestion: Add option to choose report in standard format May 3, 2020
@alexcanessa alexcanessa self-assigned this May 3, 2020
@alexcanessa
Copy link
Owner

Possible options would be JSON, lcov and cobertura for now. Could add a reporters option like Istanbul has.

@alexcanessa
Copy link
Owner

6bb454d does some work towards this feature.

@tmrswil
Copy link

tmrswil commented Dec 6, 2023

Any plan to work on this? I'm looking for LCOV support specifically.

@MatthD
Copy link

MatthD commented Feb 27, 2024

Hello, is this still WIP, is it possible to have lcov output or know how to have coverage report inside a tool like sonnarcube?

@alexcanessa
Copy link
Owner

Hello everyone, this is WIP as I haven't had time to spend on the tool recently. I will try and give it some love soon and keep you posted.

However, if anyone feels like contributing, it would be well appreciated!

@osmar2008
Copy link

Hi @alexcanessa. I've just found your repository and would love to contribute to this feature, but I need to figure out where to start. If you give me some directions, I can try it (since I'm very interested in having it, too). Is there a work in progress for this that I could help to finish?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants