Skip to content

Commit

Permalink
ci: update codecov-action to v4 and add token
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 29, 2024
1 parent 945992b commit 4eef307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
TR_USER: admin
TR_PASSWORD: my-secret-password

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
flags: "${{ matrix.python }}"
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4eef307

Please sign in to comment.