Skip to content

Commit

Permalink
Merge pull request #233 from kitsuyui/revert-232-renovate/codecov-cod…
Browse files Browse the repository at this point in the history
…ecov-action-4.x

Revert "chore(deps): update codecov/codecov-action action to v4"
  • Loading branch information
kitsuyui authored Sep 16, 2023
2 parents 11a9247 + 4595781 commit 4b28d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm build

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/cobertura-coverage.xml
Expand Down

0 comments on commit 4b28d7e

Please sign in to comment.