Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(GitHub): RHINENG-16060 bump CodeCov #2377

Merged
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ jobs:
RUBY_YJIT_ENABLE: 1
run: bin/rake spec
- name: Upload code coverage from RSpec
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.3.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
version: v9.0.4
version: v10.0.1
- name: Run minitest tests
env:
HOSTNAME: rails
Expand All @@ -159,11 +159,11 @@ jobs:
RUBY_YJIT_ENABLE: 1
run: bin/rake test
- name: Upload code coverage from minitest
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.3.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
version: v9.0.4
version: v10.0.1
migration-robustness:
runs-on: ubuntu-latest
services:
Expand Down
Loading