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 7ada0b7 commit c553aa3Copy full SHA for c553aa3
spec/spec_helper.rb
@@ -1,3 +1,10 @@
1
+require 'simplecov'
2
+SimpleCov.start
3
+if ENV['CI'] == 'true'
4
+ require 'codecov'
5
+ SimpleCov.formatter = SimpleCov::Formatter::Codecov
6
+end
7
+
8
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
9
10
require 'rubygems'
0 commit comments