mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-15 20:46:55 +08:00
Changed codecov/test-results-action@v1 to codecov/codecov-action@v5.
This commit is contained in:
1
.github/workflows/PublishCoverageResults.yml
vendored
1
.github/workflows/PublishCoverageResults.yml
vendored
@@ -205,6 +205,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
report_type: "coverage"
|
||||
disable_search: true
|
||||
files: ${{ fromJson(inputs.coverage_report_xml).fullpath }}
|
||||
flags: unittests
|
||||
|
||||
Reference in New Issue
Block a user