Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 9e34bfa

Browse files
committed
Don't check for 100% coverage on 3.1
It turns out that this condition: SyntaxError.instance_methods.include?(:detailed_message) is false under ruby-3.1, so we don't have 100% coverage there. Ah well!
1 parent 7120f69 commit 9e34bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
RSPEC_CI: true
2121
# This tells rspec-rails what branch to run in ci
2222
RSPEC_VERSION: '= 3.14.0.pre'
23-
ENFORCE_COVERAGE_AFTER: "3.1"
23+
ENFORCE_COVERAGE_AFTER: "3.2"
2424
jobs:
2525
rubocop:
2626
name: Rubocop

0 commit comments

Comments
 (0)