Skip to content

Commit 0c87597

Browse files
committed
Reenable coverage reports
The CI only runs on Ruby 2.4, 2.5 and 2.7.
1 parent 6437c34 commit 0c87597

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)