Skip to content

Commit

Permalink
πŸ’š kettle-soup-cover is only in coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 22, 2024
1 parent fb33c2c commit 086b08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# This does not require "simplecov",
# because that has a side-effect of running `.simplecov`
require "kettle-soup-cover"
require "kettle-soup-cover" rescue LoadError nil

# RSpec Configs
require "config/byebug"
Expand All @@ -19,6 +19,6 @@
require "support/matchers"

# Last thing before this gem is code coverage:
require "simplecov" if Kettle::Soup::Cover::DO_COV
require "simplecov" if defined?(Kettle::Soup::Cover) && Kettle::Soup::Cover::DO_COV

require "sanitize_email"

0 comments on commit 086b08b

Please sign in to comment.