Skip to content

Commit

Permalink
disable codecov: [2024-02-06T17:33:18.805Z] ['error'] There was an er…
Browse files Browse the repository at this point in the history
…ror running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 503 - upstream connect error or disconnect/reset before headers. reset reason: connection failure
  • Loading branch information
simPod committed Feb 6, 2024
1 parent 44633ec commit df74e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: './coverage.xml'
fail_ci_if_error: true
fail_ci_if_error: false
if: false == matrix.symfony-versions

# This is a "trick", a meta task which does not change, and we can use in
Expand Down

0 comments on commit df74e9e

Please sign in to comment.