We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3383c0 + ee183dd commit f0c6d5cCopy full SHA for f0c6d5c
1 file changed
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
CELERY_BROKER_URL: redis://0.0.0.0:6379
35
DJANGO_SETTINGS_MODULE: config.settings.test_demo_app
36
run: pytest --cov=./django_structlog_demo_project --cov-append django_structlog_demo_project
37
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
40
fail_ci_if_error: false # disable for the moment because it prevents PR to succeed
@@ -64,7 +64,7 @@ jobs:
64
uses: supercharge/redis-github-action@v2
65
- name: Test with tox
66
run: tox
67
68
69
70
0 commit comments