-
Notifications
You must be signed in to change notification settings - Fork 27
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] Enable code cov status checks and aim at 70% of coverage #319
[CI] Enable code cov status checks and aim at 70% of coverage #319
Conversation
Seems current codecov status checks are enough, closing this for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, I'm happy to have codecov be useful so that we don't merge untested R code. This will prevent any future accidental breaks. I don't hope that this doesn't result in more snapshot tests though!
As I understand it, this PR requires that any PR have have least 70% code coverage. I'm quite okay with this. And if it will help us get to releasable states, I think it is good!
I want to try out getting more info on code coverage in PRs.