From bc915831f352e5b8a96db22a1c8aef43a0fc8b70 Mon Sep 17 00:00:00 2001 From: Andre Kurait Date: Wed, 20 Nov 2024 15:52:52 -0600 Subject: [PATCH] Update Signed-off-by: Andre Kurait --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3c1790701..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,7 +262,7 @@ 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/**/*.*