From 2df8b93d42f633c12c87dd9cc0f1eed0c4e46cbc Mon Sep 17 00:00:00 2001 From: Michal Klein <46717574+michalk8@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:34:37 +0200 Subject: [PATCH] Fix missing codecov token --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 94bb39a4..fe11351e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: python-version: '3.10' - name: Cache pre-commit - uses: actions/cache@v3 + uses: actions/cache@v4 if: ${{ matrix.lint-kind == 'code' }} with: path: ~/.cache/pre-commit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77d4aaf4..61c5de85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,5 +54,6 @@ jobs: flags: tests-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.slepc }} name: unittests env_vars: OS,PYTHON + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false verbose: true