From d71d4c47b4dadeb09d94858b3647eaf1b9549057 Mon Sep 17 00:00:00 2001 From: Andre Kurait Date: Wed, 20 Nov 2024 15:59:25 -0600 Subject: [PATCH] Repeat 5.0.5 Signed-off-by: Andre Kurait --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }}