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 e846b46 + 61aa49a commit 0dc026aCopy full SHA for 0dc026a
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run test suite
34
run: bundle exec rspec
35
- name: Upload coverage reports to Codecov
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
37
if: matrix.ruby-version == '3.3'
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
Gemfile
@@ -18,5 +18,5 @@ group :development, :test do
18
end
19
20
group :development do
21
- gem 'rubocop', '~> 1.68.0', require: false
+ gem 'rubocop', '~> 1.69.0', require: false
22
0 commit comments