Skip to content

Commit 4b7b8dc

Browse files
committed
Enable code coverage testing
1 parent 5500d8d commit 4b7b8dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
spec/spec_helper.rb:
66
mock_with: ':rspec'
7+
8+
.travis.yml:
9+
simplecov: true

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- gem --version
1010
- bundle -v
1111
script:
12-
- 'bundle exec rake $CHECK'
12+
- 'SIMPLECOV=yes bundle exec rake $CHECK'
1313
bundler_args: --without system_tests
1414
rvm:
1515
- 2.5.3

0 commit comments

Comments
 (0)