diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 44b9c39..49b97d1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -77,19 +77,4 @@ jobs: uses: MishaKav/pytest-coverage-comment@main with: pytest-coverage-path: backend/pytest-coverage.txt - junitxml-path: backend/pytest.xml - - - name: Check the output coverage - run: | - echo "Coverage Percentage - ${{ steps.coverageComment.outputs.coverage }}" - echo "Coverage Color - ${{ steps.coverageComment.outputs.color }}" - 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 }}" \ No newline at end of file + junitxml-path: backend/pytest.xml \ No newline at end of file