Skip to content

Commit

Permalink
test: Use codecov/codecov-action@v4 on unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Apr 7, 2024
1 parent a361ce9 commit 922018c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

system_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 922018c

Please sign in to comment.