-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use github actions to run unit tests #1746
Conversation
Dropped testing on ubuntu 20 ( problems with wkhtmltopdf-bin ) and ruby 3.0 (tests fail with core dump) |
Got a question - is it possible to point CodeClimate test coverage checks to one of GA test envs? BTW checked speed of GA deploy - it's about 3 to 5 minutes compared to current 40+ minutes in Travis. Nice result, thank you. |
GA now runs CodeClimate checks, not sure why the total-coverage falls -13.5% thou :| |
d284df5
to
288840b
Compare
288840b
to
95e5d69
Compare
example workflow Update ruby.yml limit builds Update ruby.yml postgres service Update ruby.yml pg_port copy config files Update ruby.yml Update ruby.yml Update database_travis.yml Update ruby.yml Update ruby.yml bump wkhtmltopdf-binary Unlock gem 'wkhtmltopdf-binary' Update ruby.yml Update ruby.yml Update ruby.yml remove Lockfile restore Gemfile test only ubuntu-18.04 bundle env remove deploy deps remove mina dep use rexml from bundle rather then std-lib to support ruby 3.0 install rexml drop ruby 3.0, cleanup workflow fix codeclimate sorting issue Codeclimate reporting stop using deprecated set-env use simplecov formater simplecov in after-build fix yaml syntax run in debug mode Set correct env var to run coverage cleanup, provide CC_TEST_REPORTER_ID secret combine multiple results more variables pull/commit different envs Change test command to get more coverage
95e5d69
to
36ff1fc
Compare
Changed test command to up the coverage, rebased from master & squashed, removed TravisCI support. |
Nice, thank you :) |
example workflow