mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Use abstract name for ENV variable
Code coverage report can be generated on any machine, not only on Travis instance.
This commit is contained in:
parent
0b5d1c705d
commit
3ae418b360
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if ENV['TRAVIS']
|
||||
if ENV['COVERAGE']
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue