From f262199f120b49d13c48e4110c4d56929b9d99fb Mon Sep 17 00:00:00 2001 From: Alastair Weakley Date: Thu, 23 May 2024 10:28:44 +1000 Subject: [PATCH] Remove all junit-xml items from printed report (for now at least..) --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 767ebf0..d5416ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,12 +71,4 @@ jobs: run: | echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}" echo "Coverage Color - ${{ steps.coverageComment.outputs.color }}" - # echo "Coverage Html - ${{ steps.coverageComment.outputs.coverageHtml }}" - echo "Summary Report - ${{ steps.coverageComment.outputs.summaryReport }}" echo "Coverage Warnings - ${{ steps.coverageComment.outputs.warnings }}" - echo "Coverage Errors - ${{ steps.coverageComment.outputs.errors }}" - echo "Coverage Failures - ${{ steps.coverageComment.outputs.failures }}" - echo "Coverage Skipped - ${{ steps.coverageComment.outputs.skipped }}" - echo "Coverage Tests - ${{ steps.coverageComment.outputs.tests }}" - echo "Coverage Time - ${{ steps.coverageComment.outputs.time }}" - # echo "Not Success Test Info - ${{ steps.coverageComment.outputs.notSuccessTestInfo }}"