Skip to content

Commit

Permalink
Add explicity CodeCov token
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed May 5, 2024
1 parent a7585cb commit 640a4f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.os }}
token: ${{ secrets.CODECOV_TOKEN }}

pytest-python:
name: PyTest
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
- uses: codecov/codecov-action@v4
with:
flags: py${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}

pytest-django:
name: PyTest
Expand All @@ -119,6 +121,7 @@ jobs:
- uses: codecov/codecov-action@v4
with:
flags: dj${{ matrix.django-version }}
token: ${{ secrets.CODECOV_TOKEN }}

pytest-extras:
name: PyTest
Expand Down Expand Up @@ -147,6 +150,7 @@ jobs:
- uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.extras }}
token: ${{ secrets.CODECOV_TOKEN }}

codeql:
name: CodeQL
Expand Down

0 comments on commit 640a4f8

Please sign in to comment.