We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1f1ec commit dbbf2c0Copy full SHA for dbbf2c0
spec/spec_helper.rb
@@ -13,13 +13,6 @@
13
SimpleCov::Formatter::Console
14
]
15
16
- begin
17
- require 'codecov'
18
- SimpleCov.formatters << SimpleCov::Formatter::Codecov
19
- rescue LoadError
20
- # continue without codecov, we could warn here but we want to avoid if possible
21
- end
22
-
23
SimpleCov.start do
24
track_files 'lib/**/*.rb'
25
0 commit comments