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

Add support for test coverage #639

Open
EnricoMi opened this issue Nov 17, 2024 · 3 comments
Open

Add support for test coverage #639

EnricoMi opened this issue Nov 17, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@EnricoMi
Copy link
Owner

Add simple reporting feature for test coverage.

@ksidirop-laerdal
Copy link

This feature becomes even more important considering that the alternatives in the github-action marketplace seem to be between non-existant, unmaintainable and/or unsuitable considering that they support only linux but not macos/windows.

@EnricoMi
Copy link
Owner Author

EnricoMi commented Dec 3, 2024

Looks like there are many different file formats to consider: https://docs.codecov.com/docs/supported-report-formats

@ksidirop-laerdal
Copy link

Looks like there are many different file formats to consider: https://docs.codecov.com/docs/supported-report-formats

You're probably already aware of this but just in case you're looking around for resources to gain inspiration from (and considering that most people use the now abandoned 'irongut/CodeCoverageSummary') here is the repo that show-cases how it's processing the cobertura format:

https://github.com/irongut/CodeCoverageSummary

Hope this helps a bit. Appreciate you running point on all of these things.

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

No branches or pull requests

2 participants