mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
v7.1.0
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
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
report_type: "coverage"
|
||||||
disable_search: true
|
disable_search: true
|
||||||
files: ${{ fromJson(inputs.coverage_report_xml).fullpath }}
|
files: ${{ fromJson(inputs.coverage_report_xml).fullpath }}
|
||||||
flags: unittests
|
flags: unittests
|
||||||
|
|||||||
3
.github/workflows/PublishTestResults.yml
vendored
3
.github/workflows/PublishTestResults.yml
vendored
@@ -144,12 +144,13 @@ jobs:
|
|||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
||||||
- name: 📊 Publish unittest results at CodeCov
|
- name: 📊 Publish unittest results at CodeCov
|
||||||
uses: codecov/test-results-action@v1
|
uses: codecov/codecov-action@v5
|
||||||
id: codecov
|
id: codecov
|
||||||
if: inputs.codecov == 'true'
|
if: inputs.codecov == 'true'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
report_type: "test_results"
|
||||||
disable_search: true
|
disable_search: true
|
||||||
files: ${{ inputs.merged_junit_filename }}
|
files: ${{ inputs.merged_junit_filename }}
|
||||||
flags: ${{ inputs.codecov_flags }}
|
flags: ${{ inputs.codecov_flags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user