Skip to content

Commit 5190a3e

Browse files
committed
1 parent d31323f commit 5190a3e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ install:
4444
- bundle exec rake install
4545
script:
4646
- bundle exec rake spec
47+
after_success:
48+
- bundle exec codeclimate-test-reporter

spec/spec_helper.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
require 'digest'
44
require 'chunky_png'
55
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
6+
7+
SimpleCov.start do
8+
add_filter 'examples'
9+
end
1010

1111
require 'gnuplotrb'
1212

0 commit comments

Comments
 (0)