-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add test coverage; account for no artifacts on CI #1069
Conversation
9b4a65b
to
f40bd38
Compare
Failures were in jruby and rbx because they do coverage differently and had a lower minimum coverage... I'm considering lowering it overall, or perhaps having an implementation-specific coverage minimum? In any case, the PR works |
Despite of being simple the |
Yup. Will do |
aa06f14
to
4404a17
Compare
@joaomdmoura Improved, the one failure is rbx, just needs to be restarted |
restarting |
Drop coverage a bit for JRuby and Rubinius because they don't generate the same Coverage as CRuby
requires repo admin to add CODECLIMATE_REPO_TOKEN to the CI env
Rebased and rubocoped |
Add test coverage; account for no artifacts on CI
Requires #1109