Skip to content

Commit 70b38f4

Browse files
committed
coveralls reborn
1 parent dbb8cca commit 70b38f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Gemfile.lock
1717
/Gemfile.lock
1818
.covered.msgpack
19-
19+
*.log
2020

2121
# Used by dotenv library to load environment variables.
2222
# .env

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
group :test do
44
gem 'rake'
55
gem 'rspec'
6-
gem 'coveralls'
6+
gem 'coveralls_reborn', '~> 0.27.0', require: false
77
end
88

99
# Specify your gem's dependencies in mygem.gemspec

0 commit comments

Comments
 (0)