Skip to content

Commit 8ebb079

Browse files
committed
Let coverage upload fail silently
1 parent 301ecac commit 8ebb079

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/execute-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ jobs:
6363

6464
- name: Upload coverage
6565
uses: codecov/codecov-action@v4
66-
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && (github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/') || (github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork)) }}
6766
with:
6867
token: ${{ secrets.CODECOV_TOKEN }}
69-
fail_ci_if_error: true
7068

7169
- name: Run checks
7270
run: make check

0 commit comments

Comments
 (0)