Skip to content

Commit 8f088e0

Browse files
authored
Update backend-app.yml
1 parent 5ebff04 commit 8f088e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/backend-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,13 @@ jobs:
9797
- name: Run tests with pytest using uv
9898
run: |
9999
cd backend
100-
pytest --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov=. | tee pytest-coverage.txt
100+
pytest --junitxml=junit/test-results.xml --cov=. | tee pytest-coverage.txt
101101
shell: bash
102102

103103
- name: Pytest coverage comment
104104
if: github.event_name == 'pull_request' && always()
105105
uses: MishaKav/pytest-coverage-comment@main
106106
with:
107-
pytest-xml-coverage-path: backend/coverage.xml
108107
pytest-coverage-path: backend/pytest-coverage.txt
109108
junitxml-path: backend/junit/test-results.xml
110109
title: Pytest Coverage Report - Backend

0 commit comments

Comments
 (0)