Skip to content

Commit

Permalink
Exclude spec from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt committed Oct 18, 2019
1 parent d2f0678 commit fe2dfd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,6 +1,8 @@
# frozen_string_literal: true

require 'coveralls'
require 'simplecov'
SimpleCov.add_filter('spec')
Coveralls.wear!
ENV['COVERALLS_NOISY'] = '1'
require 'webmock/rspec'
Expand Down

0 comments on commit fe2dfd8

Please sign in to comment.