Skip to content

Commit

Permalink
trying alternate code coverage reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Feb 28, 2024
1 parent bea6d2e commit 27967c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mi100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27967c7

Please sign in to comment.