Remove problematic final coverage step

No idea what's going wrong with this thing, but it's never worked
properly
This commit is contained in:
2024-11-09 20:16:13 -06:00
parent f9b12b8d0a
commit 1075d05a43
-15
View File
@@ -78,18 +78,3 @@ jobs:
with: with:
pytest-coverage-path: backend/pytest-coverage.txt pytest-coverage-path: backend/pytest-coverage.txt
junitxml-path: backend/pytest.xml 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 }}"