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 22135df commit ae52a45Copy full SHA for ae52a45
spec/spec_helper.rb
@@ -2,7 +2,7 @@
2
3
# we can't use our helpers here because we need to load the gem _after_ simplecov
4
unless RUBY_ENGINE == 'jruby' && 0 == (JRUBY_VERSION =~ /^9\.0\.0\.0/)
5
- if ENV['COVERAGE'] || ENV['CI'] || ENV['TRAVIS']
+ if (ENV['COVERAGE'] || ENV['CI'] || ENV['TRAVIS']) && !ENV['NO_COVERAGE']
6
require 'simplecov'
7
require 'coveralls'
8
0 commit comments