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

Implement static code quality analysis #34

Open
ianhinder opened this issue Apr 29, 2020 · 1 comment
Open

Implement static code quality analysis #34

ianhinder opened this issue Apr 29, 2020 · 1 comment
Assignees
Labels
CoronaBICI RSE To be done by an RSE

Comments

@ianhinder
Copy link
Contributor

This could be done in github actions and might find bugs that the compiler doesn't catch with warnings.

@ianhinder ianhinder added CoronaBICI RSE To be done by an RSE labels Apr 29, 2020
@ianhinder ianhinder self-assigned this May 6, 2020
@ianhinder
Copy link
Contributor Author

There is work-in-progress for this on the static_analysis branch. It runs as part of the CI workflow, and outputs to the build log. We should work out how to send the HTML report directory to a web server; possibly via pushing to a github pages branch, or maybe via artefacts. It would also be good to report the number of warnings generated somewhere visible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CoronaBICI RSE To be done by an RSE
Projects
None yet
Development

No branches or pull requests

1 participant