Skip to content

Commit

Permalink
codecov setup
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Sep 22, 2024
1 parent f572db6 commit 4fca7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ active_model_version = ENV['ACTIVE_MODEL_VERSION']
gem 'activemodel', "~> #{active_model_version}" if active_model_version&.length&.positive?

group 'test' do
gem 'coveralls', require: false
# gem 'coveralls', require: false
gem 'overcommit'
gem 'codecov', require: false
gem 'simplecov', require: false
Expand Down

0 comments on commit 4fca7c6

Please sign in to comment.