Skip to content

Commit

Permalink
Merge pull request #554 from cwendt94/fix_codecov
Browse files Browse the repository at this point in the history
Fix Code Cov Action
  • Loading branch information
cwendt94 authored Aug 15, 2024
2 parents eb86ba7 + 1b5824e commit 1bcfdbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/espn-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
- name: Test with nosetests
run: python3 setup.py nosetests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 1bcfdbf

Please sign in to comment.