From 91ea60967006aee150f7b993f5aae6d1a8270c00 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Wed, 28 Feb 2024 15:55:49 -0600 Subject: [PATCH] enable yet another reporter Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index b046930632..d554c3485e 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -86,10 +86,10 @@ jobs: if: always() with: path: tests/coverage.xml -## ## - name: Pytest coverage comment -## ## if: '!cancelled()' -## ## uses: MishaKav/pytest-coverage-comment@v1.1.48 -## ## with: -## ## pytest-xml-coverage-path: 'tests/coverage.xml' -## ## junitxml-path: 'tests/test-results.xml' -## ## coverage-path-prefix: src/ + - name: Pytest coverage comment + if: '!cancelled()' + uses: MishaKav/pytest-coverage-comment@v1.1.48 + with: + pytest-xml-coverage-path: 'tests/coverage.xml' +# junitxml-path: 'tests/test-results.xml' + coverage-path-prefix: src/