diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b1c708a2a..ce625cfd3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -240,9 +240,9 @@ jobs: - console-python-tests - workflow-info runs-on: ubuntu-latest - strategy: - matrix: - iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + # strategy: + # matrix: + # iteration: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] steps: - name: Download Workflow Info uses: actions/download-artifact@v4 @@ -262,12 +262,13 @@ jobs: path: ./coverage-reports pattern: coverage-reports-* - name: Upload coverage report - uses: codecov/codecov-action@v5.0.5 + uses: codecov/codecov-action@v5.0.6 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: fail_ci_if_error: true files: /**/coverage-reports/**/*.* flags: unittests - token: ${{ secrets.CODECOV_TOKEN }} # override_branch: ${{ env.workflow-info_branch }} # override_commit: ${{ env.workflow-info_commit }} # override_pr: ${{ env.workflow-info_pr_number }}