Skip to content

Commit

Permalink
Fix typo and update codecov CI action.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed May 9, 2024
1 parent d4bcfd1 commit 1693f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
run: |
python -m pytest
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.2.0
env:
CODEOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1693f62

Please sign in to comment.