Add test coverage; account for no artifacts on CI

Drop coverage a bit for JRuby and Rubinius because they
don't generate the same Coverage as CRuby
This commit is contained in:
Benjamin Fleischer
2015-08-27 01:13:36 -05:00
parent f2279946b6
commit 94469be1ca
5 changed files with 120 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ group :test do
gem 'activerecord'
gem 'sqlite3', platform: :ruby
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
group :test, :development do
gem 'simplecov', '~> 0.10', require: false
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem