Skip to content

Commit

Permalink
Update python-app.yml update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
andr1976 authored Dec 21, 2024
1 parent ba11a4f commit 35098ba
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
run: |
cd src/hyddown
coverage run -m pytest test_all.py
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
env:
CODECOV_TOKEN: ${{ secrets.CODE_COV_SECRET }}
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODE_COV_TOKEN }}
verbose: true # optional (default = false)

0 comments on commit 35098ba

Please sign in to comment.