File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments