Skip to content

Commit ca4f4ea

Browse files
authored
fix: remove coverage comment (#8)
1 parent 88cd0d2 commit ca4f4ea

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ jobs:
7474
run: |
7575
uv run pytest --junitxml=pytest.xml --tb=auto --cov-report=term-missing:skip-covered --cov=src tests/ | tee pytest-coverage.txt
7676
77-
- name: Pytest Coverage Comment
78-
uses: MishaKav/pytest-coverage-comment@v1.1.56
79-
with:
80-
junitxml-path: ./pytest.xml
81-
8277
- name: Upload test results
8378
uses: actions/upload-artifact@v4 # upload test results
8479
if: ${{ !cancelled() }} # run this step even if previous step failed

0 commit comments

Comments
 (0)