trying alternate code coverage reporter

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


[ROCm/rocprofiler-compute commit: 27967c72e5]
This commit is contained in:
Karl W Schulz
2024-02-28 15:20:27 -06:00
parent 276bf46682
commit 35a6e656a4
+4 -1
View File
@@ -81,7 +81,10 @@ jobs:
with:
path: tests/coverage.xml
minimum_coverage: 45
- name: Alternate coverage report
uses: insightsengineering/coverage-action@v2
with:
path: tests/coverage.xml
## ## - name: Pytest coverage comment
## ## if: '!cancelled()'
## ## uses: MishaKav/pytest-coverage-comment@v1.1.48