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 5500d8d commit 4b7b8dcCopy full SHA for 4b7b8dc
.sync.yml
@@ -4,3 +4,6 @@
4
5
spec/spec_helper.rb:
6
mock_with: ':rspec'
7
+
8
+.travis.yml:
9
+ simplecov: true
.travis.yml
@@ -9,7 +9,7 @@ before_install:
- gem --version
10
- bundle -v
11
script:
12
- - 'bundle exec rake $CHECK'
+ - 'SIMPLECOV=yes bundle exec rake $CHECK'
13
bundler_args: --without system_tests
14
rvm:
15
- 2.5.3
0 commit comments