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 6bcf6fe commit 864a81bCopy full SHA for 864a81b
rakefile
@@ -37,7 +37,7 @@ end
37
38
desc "Run tests and generate a code coverage report"
39
task :coverage do
40
- ENV["COVERAGE"] = "true" if ENV["TRAVIS_RUBY_VERSION"] == "2.5.1"
+ ENV["COVERAGE"] = "true" if ENV["TRAVIS_RUBY_VERSION"] == "2.5.1" || ENV["CI"].nil?
41
Rake::Task["test"].execute
42
end
43
0 commit comments