From 6d7108b3f7810b6d858ffc31a503d4aeb4350e3d Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Wed, 17 Apr 2024 11:39:26 -0400 Subject: [PATCH] build: Update codecov and start using repo tokens --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb4e61522..21c8eb9b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,11 @@ jobs: run: tox - name: Run code coverage if: matrix.python-version == '3.8' && matrix.toxenv == 'django42-celery53' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unittests fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} - name: Run jshint if: matrix.toxenv=='django42-celery53' # Only run this once as part of tests run: |