Skip to content

Commit

Permalink
updates codecov adds secret (WebOfTrust#736)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey authored Apr 4, 2024
1 parent 636774f commit 96c99ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
run: |
pytest --cov=./ --cov-report=xml
- name: Upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: 5eb1c60e-8b43-45f1-a003-357b240061cd
token: ${{ secrets.CODECOV_TOKEN }}

scripts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96c99ce

Please sign in to comment.