diff --git a/lib/alternative_coverband_patch.rb b/lib/alternative_coverband_patch.rb new file mode 100644 index 00000000..da93c3fa --- /dev/null +++ b/lib/alternative_coverband_patch.rb @@ -0,0 +1,5 @@ +# frozen_string_literal: true + +module Coverband + COVERBAND_ALTERNATE_PATCH = true +end