tweaking yaml syntax

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 8c53982687]
这个提交包含在:
Karl W Schulz
2024-02-28 16:12:39 -06:00
父节点 7168c9190d
当前提交 0d6efcbc54
+7 -6
查看文件
@@ -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