Skip to content

Commit

Permalink
ci: fix how codecov secret is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Jul 10, 2024
1 parent bb1c5ba commit fdfc946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
run: |
pdm run cov
- name: Upload coverage reports to codecov
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fdfc946

Please sign in to comment.