Skip to content

Commit

Permalink
Update
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 635d671 commit 7805a61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,12 @@ jobs:
path: ./coverage-reports
pattern: coverage-reports-*
- name: Upload coverage report
uses: codecov/codecov-action@v5.0.5
uses: codecov/codecov-action@v5
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 7805a61

Please sign in to comment.