mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Add simplecov
and codecov
as dev dependencies
We want to use this tools to track code coverage and display it in our README
This commit is contained in:
parent
12abeae48b
commit
c1651e4cf2
1 changed files with 5 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -5,3 +5,8 @@ gemspec name: "database_cleaner-core"
|
|||
gem "byebug"
|
||||
gem "database_cleaner-active_record", git: "https://github.com/DatabaseCleaner/database_cleaner-active_record"
|
||||
gem "database_cleaner-redis", git: "https://github.com/DatabaseCleaner/database_cleaner-redis"
|
||||
|
||||
group :test do
|
||||
gem "simplecov", require: false
|
||||
gem "codecov", require: false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue