mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
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:
3
Gemfile
3
Gemfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user