Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored and neomilium committed Feb 18, 2022
1 parent fda6b01 commit 0c9838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SimpleCov.start do
track_files '**/*.rb'
end

if ENV['CODECOV']
if ENV['CODECOV'] == 'yes'
require 'simplecov-console'
require 'codecov'

Expand Down

0 comments on commit 0c9838c

Please sign in to comment.