Skip to content

Commit

Permalink
build: Add codecove token and publish codecove on 3.12
Browse files Browse the repository at this point in the history
We should be publishing coverage from the latest version we test with.
  • Loading branch information
feanil committed Sep 13, 2024
1 parent 6022b93 commit 314ed57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
run: tox

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v1
if: matrix.python-version == '3.12' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v4
with:
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 314ed57

Please sign in to comment.