-
Notifications
You must be signed in to change notification settings - Fork 110
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
Measure test coverage as part of CI runs #293
Comments
I was able to do this in Github by installing gcovr and passing The issue is outputting the data. With Github Actions you can save artifacts as a There's https://about.codecov.io which is a service that does this and integrates into Github, but it requires paying for it. So, my plan is to upload the |
OK, that works for now, and maybe we can improve it later... |
Fixed with #380 @edwardhartnett there's this issue in the upload artifact Action to be able to view files in the browser, and hopefully it's coming. actions/upload-artifact#14 |
OK, in the meantime, what's the procedure for getting the package of html files? |
You go to See here, for example: https://github.com/NOAA-EMC/UFS_UTILS/actions/runs/618295926 |
When I upload this and unzip, there is just one file, the main report file. But there should be a bunch more HTML files, one for each code file as well... |
I was using the option |
We need to somehow measure and display test coverage as part of CI.
The text was updated successfully, but these errors were encountered: