mirror of
https://github.com/Xevion/linkpulse.git
synced 2026-01-31 06:24:47 -06:00
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:
Vendored
-15
@@ -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 }}"
|
|
||||||
Reference in New Issue
Block a user