Skip to content

Commit

Permalink
Update codecov action in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 8, 2023
1 parent 061bae7 commit c039699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
py.test -m "${{ matrix.marker }}" --cov-report=xml --cov-branch --max-runs=3
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
benchmark:
needs: [test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit c039699

Please sign in to comment.