We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282c53d commit 49f70afCopy full SHA for 49f70af
1 file changed
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: pip install poetry
55
- run: poetry install
56
- run: poetry run pytest --mypy --cov=pixelmatch --cov-report xml --cov-report term-missing --benchmark-disable
57
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
58
bench:
59
name: Run Benchmark on Python 3.13
60
runs-on: ubuntu-latest
0 commit comments