diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 304a4d6..6745cc8 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -65,14 +65,14 @@ jobs: # yarn # yarn integration-test -# - name: Upload coverage to Codecov -# uses: Wandalen/wretry.action@v1.4.4 -# with: -# action: codecov/codecov-action@v4.0.1 -# with: | -# token: ${{ secrets.CODECOV_TOKEN }} -# file: ./coverage.xml -# name: codecov-umbrella -# fail_ci_if_error: true -# attempt_limit: 5 -# attempt_delay: 30000 + - name: Upload coverage to Codecov + uses: Wandalen/wretry.action@v1.4.4 + with: + action: codecov/codecov-action@v4.0.1 + with: | + token: ${{ secrets.CODECOV_TOKEN }} + file: ./coverage.xml + name: codecov-umbrella + fail_ci_if_error: true + attempt_limit: 5 + attempt_delay: 30000 diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index b5b39dc..8be24ad 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -55,14 +55,14 @@ jobs: run: | yarn yarn unit-test -# - name: Upload coverage to Codecov -# uses: Wandalen/wretry.action@v1.4.4 -# with: -# action: codecov/codecov-action@v4.0.1 -# with: | -# token: ${{ secrets.CODECOV_TOKEN }} -# file: ./coverage.xml -# name: codecov-umbrella -# fail_ci_if_error: true -# attempt_limit: 5 -# attempt_delay: 30000 + - name: Upload coverage to Codecov + uses: Wandalen/wretry.action@v1.4.4 + with: + action: codecov/codecov-action@v4.0.1 + with: | + token: ${{ secrets.CODECOV_TOKEN }} + file: ./coverage.xml + name: codecov-umbrella + fail_ci_if_error: true + attempt_limit: 5 + attempt_delay: 30000