tweaking yaml syntax
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 8c53982687]
这个提交包含在:
@@ -75,6 +75,13 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
tests/**/test_*.xml
|
||||
- name: Alternate coverage report
|
||||
uses: irongut/CodeCoverageSummary@v1.3.0
|
||||
if: always()
|
||||
with:
|
||||
filename: tests/coverage.xml
|
||||
format: markdown
|
||||
|
||||
### - name: Code coverage summary
|
||||
### uses: 5monkeys/cobertura-action@master
|
||||
### if: always()
|
||||
@@ -86,12 +93,6 @@ jobs:
|
||||
### if: always()
|
||||
### with:
|
||||
### path: tests/coverage.xml
|
||||
- name: Alternate coverage report
|
||||
uses: irongut/CodeCoverageSummary@v1.3.0
|
||||
if: always()
|
||||
with:
|
||||
filename: tests/coverage.xml
|
||||
format: markdown
|
||||
### - name: Pytest coverage comment
|
||||
### if: '!cancelled()'
|
||||
### uses: MishaKav/pytest-coverage-comment@v1.1.48
|
||||
|
||||
在新工单中引用
屏蔽一个用户