We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18fc9f7 + f17af72 commit 988c6b8Copy full SHA for 988c6b8
.github/workflows/contrib-tests.yml
@@ -77,7 +77,7 @@ jobs:
77
run: tox -m contrib -p auto
78
79
- name: Upload coverage
80
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
81
with:
82
files: reports/coverage-*.xml
83
flags: contrib,py${{ matrix.python-version }}
.github/workflows/python-tests.yml
@@ -80,7 +80,7 @@ jobs:
run: poetry run deptry .
84
85
static_checks:
86
name: "Core / Static Checks"
0 commit comments