We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d094cfd + be524df commit ae80f38Copy full SHA for ae80f38
.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
43
python-version: ${{ matrix.python-version }}
44
command: pytest -n 1 --cov-report=xml:coverage-xdist.xml
45
- name: Upload coverage to Codecov
46
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
47
with:
48
flags: linux
49
env_vars: OS, PYTHON
0 commit comments