Skip to content

Commit

Permalink
ci: downgrade codecov util to bypass issue on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Jul 10, 2024
1 parent 45c8229 commit 3b6a9c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
pdm run cov
- name: Upload coverage reports to codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
# temp fix for https://github.com/codecov/codecov-action/issues/1487
version: v0.6.0

0 comments on commit 3b6a9c5

Please sign in to comment.