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 d31323f commit 5190a3eCopy full SHA for 5190a3e
.travis.yml
@@ -44,3 +44,5 @@ install:
44
- bundle exec rake install
45
script:
46
- bundle exec rake spec
47
+after_success:
48
+ - bundle exec codeclimate-test-reporter
spec/spec_helper.rb
@@ -3,10 +3,10 @@
3
require 'digest'
4
require 'chunky_png'
5
require 'digest/md5'
6
-SimpleCov.add_filter 'vendor'
7
-SimpleCov.add_filter 'examples'
8
-SimpleCov.formatter = CodeClimate::TestReporter::Formatter
9
-SimpleCov.start CodeClimate::TestReporter.configuration.profile
+
+SimpleCov.start do
+ add_filter 'examples'
+end
10
11
require 'gnuplotrb'
12
0 commit comments