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

Need way to easily access unit test code coverage data #6

Open
nusbaume opened this issue Oct 23, 2024 · 0 comments
Open

Need way to easily access unit test code coverage data #6

nusbaume opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nusbaume
Copy link
Collaborator

A Github Action workflow in this repo generates a code coverage artifact (e.g. an HTML file) that contains statistics on the current level of unit test code coverage across the various files and modules in this repo. However, it is currently somewhat difficult to access this data, as one has to click through several Github tabs/pages, download the folder, and then unzip it.

Instead, it would be nice to have a way to put this HTML file (or the underlying code coverage stats) onto a website or dashboard somewhere so that it is easy to access, especially if it could be combined with other relevant repo stats (e.g. ESCOMP/CAM-SIMA) as well.

@nusbaume nusbaume added the enhancement New feature or request label Oct 23, 2024
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

2 participants