diff --git a/.github/workflows/tests-acceptance.yml b/.github/workflows/tests-acceptance.yml index c2edc4067..924fa4ad1 100644 --- a/.github/workflows/tests-acceptance.yml +++ b/.github/workflows/tests-acceptance.yml @@ -45,7 +45,6 @@ jobs: - name: Run Standard acceptance tests for ${{ matrix.flavor }} flavor run: uv run --no-sync qa test tests/acceptance/standard --cov=. --cov-report=xml --durations=0 --reruns 3 --reruns-delay 10 --log-cli-level=WARNING - name: Upload coverage - if: ${{ secrets.CODECOV_TOKEN != '' }} uses: Wandalen/wretry.action@v3 with: action: codecov/codecov-action@v3 @@ -81,7 +80,6 @@ jobs: - name: Run acceptance Tests for ${{ matrix.tier }} features run: uv run --no-sync qa test tests/acceptance/${{ matrix.tier }} --cov=. --cov-report=xml --durations=0 --reruns 3 --reruns-delay 10 --log-cli-level=WARNING - name: Upload coverage - if: ${{ secrets.CODECOV_TOKEN != '' }} uses: Wandalen/wretry.action@v3 with: action: codecov/codecov-action@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2f5fe101..625612280 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,6 @@ jobs: - name: Run unit tests run: uv run --no-sync qa test tests/unit --cov=. --cov-report=xml --log-cli-level=WARNING - name: Upload coverage to Codecov - if: ${{ secrets.CODECOV_TOKEN != '' }} uses: Wandalen/wretry.action@v3 with: action: codecov/codecov-action@v3