Skip to content

Commit

Permalink
Merge pull request #120 from exoego/chore
Browse files Browse the repository at this point in the history
chore: handle nil
  • Loading branch information
exoego committed Jun 27, 2023
2 parents f70e40d + 5f2c0cf commit b20f513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .simplecov_spawn.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unless ENV["COVERAGE"].empty?
unless ENV["COVERAGE"] && ENV["COVERAGE"].empty?
require 'simplecov'
require 'simplecov-cobertura'

Expand Down

0 comments on commit b20f513

Please sign in to comment.