Skip to content

Commit

Permalink
Fix codecov upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Apr 21, 2024
1 parent 0a1a9c7 commit 26c218e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
run: |
py.test -m "${{ matrix.marker }}" --cov-report=xml --cov-branch --max-runs=3
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
benchmark:
needs: [test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26c218e

Please sign in to comment.