Skip to content

Commit

Permalink
Update codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Jul 3, 2024
1 parent f397ea3 commit 91f12ae
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 @@ -42,5 +42,7 @@ jobs:
if python --version | grep -q 'Python 3.12' ; then
poe test-with-coverage
fi
- name: Coverage
uses: codecov/[email protected]
- name: Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 91f12ae

Please sign in to comment.