diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b14ba2d69c5..e46705b6f4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,11 +157,14 @@ jobs: #env: # RACE_DETECTOR: 1 - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + timeout-minutes: 1 + continue-on-error: true with: file: ./coverage.txt flags: unittests name: codecov-umbrella + token: ${{ secrets.CODECOV_TOKEN }} unit-test-insecure: name: Unit Tests Insecure (${{ matrix.targets.name }}) @@ -193,11 +196,14 @@ jobs: #env: # RACE_DETECTOR: 1 - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + timeout-minutes: 1 + continue-on-error: true with: file: ./coverage.txt flags: unittests name: codecov-umbrella + token: ${{ secrets.CODECOV_TOKEN }} docker-build: name: Docker Build @@ -270,11 +276,14 @@ jobs: #env: # RACE_DETECTOR: 1 - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + timeout-minutes: 1 + continue-on-error: true with: file: ./coverage.txt flags: unittests name: codecov-umbrella + token: ${{ secrets.CODECOV_TOKEN }} integration-test: name: Integration Tests