Skip to content

Commit e3c736d

Browse files
authored
Merge pull request #3625 from rommapp/rm-pytest-reports
Stop spamming PRs with coverage reports
2 parents 699d9ee + c9779a6 commit e3c736d

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,3 @@ jobs:
8989
cd backend
9090
# GitHub-hosted Linux runners have 4 vCPUs; run one worker per core.
9191
uv run pytest -n 4 -vv --maxfail=10 --junitxml=pytest-report.xml --cov --cov-report xml:coverage.xml --cov-config=.coveragerc .
92-
93-
- name: Publish test results
94-
uses: EnricoMi/publish-unit-test-result-action/linux@v2.20.0
95-
if: (!cancelled())
96-
with:
97-
check_name: Test Results (${{ matrix.db }})
98-
files: |
99-
backend/pytest-report.xml
100-
101-
- name: Publish coverage report
102-
uses: orgoro/coverage@v3.2
103-
continue-on-error: true
104-
if: matrix.db == 'mariadb'
105-
with:
106-
coverageFile: backend/coverage.xml
107-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)