We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25cee6 commit 43571e7Copy full SHA for 43571e7
1 file changed
.github/workflows/other.yml
@@ -81,14 +81,15 @@ jobs:
81
PYTHONDEVMODE: yes
82
83
- name: Upload Python ${{matrix.python-version}} coverage report to Codecov
84
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
85
with:
86
directory: .git
87
- files: coverage${{matrix.python-version}}.xml
88
- env_vars: OS,PYTHON
89
fail_ci_if_error: false
+ env_vars: OS,PYTHON
+ files: coverage${{matrix.python-version}}.xml
90
flags: python${{matrix.python-version}}
91
name: coverage${{matrix.python-version}}
92
+ use_oidc: true
93
verbose: true
94
95
- uses: dciborow/action-pylint@0.1.0
0 commit comments