Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andr1976 authored Dec 22, 2024
1 parent c1b27f7 commit 7d10ff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
coverage run -m pytest test_all.py
coverage xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
version: "v0.1.15"
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
env:
Expand Down

0 comments on commit 7d10ff7

Please sign in to comment.