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

CI: add code coverage check #661

Open
jrfnl opened this issue Apr 15, 2021 · 0 comments
Open

CI: add code coverage check #661

jrfnl opened this issue Apr 15, 2021 · 0 comments

Comments

@jrfnl
Copy link
Collaborator

jrfnl commented Apr 15, 2021

Follow up action after #628

Conversation about this between @GaryJones and @jrfnl from #628:

Register with coveralls.io (or another service) and start recording and checking code coverage for builds.

What sort of code coverage % do we currently have?

image

It's one of the things I've been monitoring locally when I have been working on individual sniffs.

Can this be done within the GitHub Actions rather than using an external service to display the results?

Yes, we can use the text reporter instead of checkstyle to see the results in the action.

We'd need to investigate how we can make the build fail on a decrease in code coverage in that case though. That part is what external services do automatically (and with configurable settings).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant