Skip to content

Commit

Permalink
Fix non-latest version of ruby for CI coverage report (#377)
Browse files Browse the repository at this point in the history
* Fix non-latest version of ruby for CI coverage report

* Fix unsupported syntax
  • Loading branch information
VitaliySerov authored Feb 1, 2024
1 parent 7bd1270 commit 9e6a56d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check that code 100% documented
run: yardoc . | grep -q '100.00% documented'
- name: Run codecov on latest ruby
if: matrix.ruby == '3.2'
if: matrix.ruby == '3.3'
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-12-28 20:35:29 UTC using RuboCop version 1.59.0.
# on 2024-02-01 17:57:12 UTC using RuboCop version 1.60.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

* Fix `markdownlint` failure because of old `nodejs` in CI
* Fix `codecov` report, by adding `codecov` github action
* Fix non-latest version of ruby for CI coverage report

### Changes

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ DEPENDENCIES
yard (~> 0, >= 0.9.20)

BUNDLED WITH
2.5.3
2.5.5

0 comments on commit 9e6a56d

Please sign in to comment.