Skip to content

Commit

Permalink
ci: fix codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro committed Sep 11, 2024
1 parent e00635f commit 64da2b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
if:
${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'}}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
Expand Down

0 comments on commit 64da2b5

Please sign in to comment.