mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 01:15:30 -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:
17
.github/workflows/test.yaml
vendored
17
.github/workflows/test.yaml
vendored
@@ -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 }}"
|
||||
junitxml-path: backend/pytest.xml
|
||||
Reference in New Issue
Block a user