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 73f2d5a commit ddc2c4bCopy full SHA for ddc2c4b
.github/workflows/main.yml
@@ -35,8 +35,8 @@ jobs:
35
if: ${{ matrix.python-version == '3.11' }}
36
uses: codecov/codecov-action@v4
37
with:
38
- fail_ci_if_error: true
39
- token: ${{ secrets.CODECOV_TOKEN }}
+ fail_ci_if_error: false
+ token: ${{ secrets.CODECOV_TOKEN || '' }}
40
- name: Run static analyses
41
42
run: |
@@ -72,8 +72,8 @@ jobs:
72
73
74
75
76
77
78
- name: Dump docker logs
79
if: failure()
0 commit comments