We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31baf09 commit e34a05bCopy full SHA for e34a05b
1 file changed
.github/workflows/tests.yml
@@ -128,13 +128,11 @@ jobs:
128
coverage combine
129
coverage xml -o reports/coverage.xml -i
130
131
- - name: Check coverage
132
- uses: codecov/codecov-action@v5
+ - name: Coverage comment
+ uses: MishaKav/pytest-coverage-comment@main
133
with:
134
- token: ${{ secrets.CODECOV_TOKEN }}
135
- files: ./reports/coverage.xml
136
- fail_ci_if_error: true
137
- plugins: noop
+ pytest-xml-coverage-path: ./reports/coverage.xml
+ report-only-changed-files: true
138
139
- name: All done
140
run: echo 1
0 commit comments