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 30537c3 commit b256286Copy full SHA for b256286
.travis.yml
@@ -12,4 +12,6 @@ services:
12
env:
13
- CODECLIMATE_REPO_TOKEN=b216164ab66da464aa02fe5b862811ba0526c8dc7ea291ebe53056be4b6b5e1f
14
15
-script: "bundle exec rspec"
+script:
16
+ - bundle exec rspec
17
+ - bundle exec codeclimate-test-reporter
spec/spec_helper.rb
@@ -1,5 +1,6 @@
1
+require "simplecov"
2
require "codeclimate-test-reporter"
-CodeClimate::TestReporter.start
3
+SimpleCov.start
4
5
$: << File.expand_path("../../lib", __FILE__)
6
0 commit comments