Skip to content

Commit

Permalink
Update config of CODECOV_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Mar 3, 2024
1 parent 97eb74a commit 823d3be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- python-version: "3.8"
django-version: "django~=5.0"
- python-version: "3.9"
django-version: "django~=5.0"
django-version: "django~=5.0"
env:
OS: ubuntu-latest
PYTHON: ${{ matrix.python-version }}
Expand All @@ -34,10 +34,9 @@ jobs:
run: coverage run
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
env_vars: OS,PYTHON,DJANGO
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit 823d3be

Please sign in to comment.