We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 975119a + 0c87597 commit 020143bCopy full SHA for 020143b
spec/spec_helper.rb
@@ -1,7 +1,7 @@
1
# Disable GitHub Actions reporting since it breaks the test suite
2
ENV.delete('GITHUB_ACTION')
3
4
-if ENV['COVERAGE'] == 'yes' && RUBY_VERSION.start_with?('2.6.')
+if ENV['COVERAGE'] == 'yes' && RUBY_VERSION.start_with?('2.7.')
5
require 'simplecov'
6
SimpleCov.start do
7
add_filter('/spec/')
0 commit comments