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 50c2e66 + 954e7b0 commit 20112b6Copy full SHA for 20112b6
.github/workflows/ci-cd.yml
@@ -538,7 +538,6 @@ jobs:
538
DB-${{ join(matrix.db, '-') }},
539
${{ matrix.os }}_${{ matrix.py }}_${{ join(matrix.db, '-') }}
540
fail_ci_if_error: true
541
- token: ${{ secrets.CODECOV_TOKEN }}
542
543
- name: Upload test results to Codecov
544
if: ${{ !cancelled() }}
@@ -553,7 +552,6 @@ jobs:
553
552
554
555
556
557
558
check: # This job does nothing and is only used for the branch protection
559
if: always()
0 commit comments