Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions .github/workflows/ancient.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ permissions:
id-token: write

env:
K_SOUP_COV_MIN_BRANCH: 100
K_SOUP_COV_MIN_LINE: 100
K_SOUP_COV_MIN_BRANCH: 85
K_SOUP_COV_MIN_LINE: 96
K_SOUP_COV_MIN_HARD: true
K_SOUP_COV_FORMATTERS: "xml,rcov,lcov,tty"
K_SOUP_COV_DO: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
hide_complexity: true
indicators: true
output: both
thresholds: '100 100'
thresholds: '96 85'
continue-on-error: ${{ matrix.experimental != 'false' }}

- name: Add Coverage PR Comment
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/jruby.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/legacy.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/main.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/unsupported.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .rubocop_gradual.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"README.md:1220819386": [
"README.md:3762565813": [
[467, 10, 1, "Lint/Syntax: unexpected token tCOLON\n(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)", 177567],
[467, 21, 2, "Lint/Syntax: unexpected token tLAMBDA\n(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)", 5858998],
[467, 24, 7, "Lint/Syntax: formal argument cannot be a constant\n(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)", 1691528419],
Expand Down
Loading
Loading