Skip to content

Commit

Permalink
Fix missing codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Aug 21, 2024
1 parent 86640ca commit 2df8b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2df8b93

Please sign in to comment.