diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d7337dfb..7df182e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -434,7 +434,7 @@ jobs: directory: coverage/simplecov fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 30000 + attempt_delay: 60000 - uses: Wandalen/wretry.action@master with: action: codecov/codecov-action@v3 @@ -443,7 +443,7 @@ jobs: directory: coverage/jest fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 30000 + attempt_delay: 60000 - uses: Wandalen/wretry.action@master with: action: codecov/codecov-action@v3 @@ -452,7 +452,7 @@ jobs: directory: coverage/cypress fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 30000 + attempt_delay: 60000 CI-status-report: runs-on: ubuntu-latest diff --git a/codecov.yml b/codecov.yml index 488ed6ea4..700c8d4f1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,7 @@ # NB: Run the following command to verify this file is valid # > cat codecov.yml | curl --data-binary @- https://codecov.io/validate +comment: false codecov: ci: - "!buildkite"