Skip to content

Commit 020143b

Browse files
authored
Merge pull request #36 from bastelfreak/coverage
Reenable coverage reports
2 parents 975119a + 0c87597 commit 020143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Disable GitHub Actions reporting since it breaks the test suite
22
ENV.delete('GITHUB_ACTION')
33

4-
if ENV['COVERAGE'] == 'yes' && RUBY_VERSION.start_with?('2.6.')
4+
if ENV['COVERAGE'] == 'yes' && RUBY_VERSION.start_with?('2.7.')
55
require 'simplecov'
66
SimpleCov.start do
77
add_filter('/spec/')

0 commit comments

Comments
 (0)