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.
1 parent 5ddb83d commit 38f92ebCopy full SHA for 38f92eb
.github/workflows/push.yml
@@ -45,6 +45,6 @@ jobs:
45
- uses: snok/install-poetry@v1.3.1
46
- run: poetry install
47
- run: poetry run pytest --cov=mypy_silent --cov-report=xml
48
- - uses: codecov/codecov-action@v3.1.0
+ - uses: codecov/codecov-action@v3.1.4
49
with:
50
token: ${{secrets.CODECOV_TOKEN}}
0 commit comments