We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df57579 commit c827eb2Copy full SHA for c827eb2
1 file changed
.github/workflows/python-request.yml
@@ -36,13 +36,6 @@ jobs:
36
- name: Test with pytest
37
run: |
38
pixi run coverage
39
- - name: Create coverage comment
40
- uses: MishaKav/pytest-coverage-comment@main
41
- with:
42
- pytest-xml-coverage-path: coverage.xml
43
- junitxml-path: pytest.xml
44
- unique-id-for-comment: ${{ matrix.os }}
45
- title: Coverage for Python on ${{ matrix.os }}
46
- name: Archive code coverage results
47
uses: actions/upload-artifact@v4
48
with:
0 commit comments