Skip to content

Commit

Permalink
Use codecov env
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Nov 20, 2024
1 parent d71d4c4 commit 3bff7e2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -262,12 +262,13 @@ jobs:
path: ./coverage-reports
pattern: coverage-reports-*
- name: Upload coverage report
uses: codecov/[email protected]
uses: codecov/[email protected]
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 }}
Expand Down

0 comments on commit 3bff7e2

Please sign in to comment.