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

Record coverage to point out untested code #27

Open
colinnewell opened this issue Apr 5, 2021 · 0 comments
Open

Record coverage to point out untested code #27

colinnewell opened this issue Apr 5, 2021 · 0 comments

Comments

@colinnewell
Copy link
Owner

A fair bit of the code is untested and that ought to be rectified. To help with that coverage ought to be generated and made obvious.

This ideally should take both the go tests and the e2e tests into consideration. The latter can be done with a specially built binary, and then combined to produce an overall coverage report.

For bonus points prevent a reduction in coverage. It might be that coveralls (the service) is the answer, or some other mechanism.

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

1 participant