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

Create Code Coverage Report #968

Closed
GracianoR opened this issue Aug 14, 2020 · 2 comments
Closed

Create Code Coverage Report #968

GracianoR opened this issue Aug 14, 2020 · 2 comments
Assignees

Comments

@GracianoR
Copy link
Contributor

A code coverage report is a nice addition to Eclipse Collections. It allows the community to find areas that need improvement and it's a good source of future work.
The report can be added in a similar way to the Mutation Test. We can leverage GitHub Actions to trigger based on a push to master (or another branch) or cron based (I don't think that's the best approach since tests may be executed on the same code).

@GracianoR
Copy link
Contributor Author

Can I take this one?

@donraab donraab assigned donraab and GracianoR and unassigned donraab Aug 14, 2020
@GracianoR
Copy link
Contributor Author

How should we trigger the GH action? On push to master? Cron?

donraab added a commit that referenced this issue Aug 15, 2020
Add GitHub action to generate code report #968
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants