Skip to content

Commit

Permalink
Update python-app.yml CODECOV secret
Browse files Browse the repository at this point in the history
  • Loading branch information
andr1976 authored Dec 21, 2024
1 parent 5907180 commit ba11a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
coverage run -m pytest test_all.py
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
env:
CODECOV_TOKEN: ${{ secrets.CODE_COV_SECRET }}
with:
fail_ci_if_error: true

0 comments on commit ba11a4f

Please sign in to comment.