Skip to content

Commit a76a132

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
remove code cov
1 parent e940984 commit a76a132

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/imagekit/spec_helper.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# require 'simplecov'
2-
# SimpleCov.start 'rails'
1+
require 'simplecov'
2+
SimpleCov.start 'rails'
33

4-
# require 'codecov'
5-
# SimpleCov.formatter = SimpleCov::Formatter::Codecov
4+
require 'codecov'
5+
SimpleCov.formatter = SimpleCov::Formatter::Codecov
66

77
require 'base64'
88
require 'rspec'

0 commit comments

Comments
 (0)