Skip to content

Commit 66d382c

Browse files
committed
fix: comment coverage job
1 parent 0a92e49 commit 66d382c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888
- name: Run tests
8989
run: pdm run pytest tests --cov=asgi_monitor --junitxml=junitxml.xml --cov-report "xml:coverage.xml"; exit ${PIPESTATUS[0]}
9090

91-
- name: Test coverage comment
92-
uses: MishaKav/pytest-coverage-comment@main
93-
with:
94-
pytest-xml-coverage-path: ./coverage.xml
95-
junitxml-path: ./junitxml.xml
96-
junitxml-title: ${{ matrix.python-version }}
97-
unique-id-for-comment: ${{ matrix.python-version }}
98-
report-only-changed-files: true
91+
# - name: Test coverage comment
92+
# uses: MishaKav/pytest-coverage-comment@main
93+
# with:
94+
# pytest-xml-coverage-path: ./coverage.xml
95+
# junitxml-path: ./junitxml.xml
96+
# junitxml-title: ${{ matrix.python-version }}
97+
# unique-id-for-comment: ${{ matrix.python-version }}
98+
# report-only-changed-files: true

0 commit comments

Comments
 (0)