Skip to content

Commit

Permalink
Use latest codecov uploader and token
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jun 20, 2024
1 parent dc03e5c commit f1e7a3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,11 @@ jobs:
- name: Upload to Codecov
if: ${{ matrix.label != 'linting' }}

uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
verbose: true
name: ${{ matrix.label || matrix.python-version }} ${{ startsWith(matrix.os, 'windows') && '(Windows)' || '' }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
os: ${{ startsWith(matrix.os, 'windows') && 'windows' || 'linux' }}
env_vars: TOXENV,TEST_QUICK,TEST_KEYBOARD,TEST_RAW

0 comments on commit f1e7a3e

Please sign in to comment.