diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 13c9b0334..b1c708a2a 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,12 @@ jobs: path: ./coverage-reports pattern: coverage-reports-* - name: Upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v5.0.5 with: fail_ci_if_error: true files: /**/coverage-reports/**/*.* flags: unittests - # token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} # override_branch: ${{ env.workflow-info_branch }} # override_commit: ${{ env.workflow-info_commit }} # override_pr: ${{ env.workflow-info_pr_number }}