Skip to content

Commit

Permalink
Update main.yaml codecov-action version due codecov/feedback#263
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriiTarasov authored May 22, 2024
1 parent fc4fa70 commit d11e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
shell: bash -l {0}
run: pytest . --cov --cov-report=xml --disable-pytest-warnings
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
Expand Down

0 comments on commit d11e7b3

Please sign in to comment.