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.
2 parents 20992f0 + 91bd508 commit abf26f1Copy full SHA for abf26f1
.github/workflows/pull-request.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: coverage comment
55
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && hashFiles('./reports/coverage.xml') && hashFiles('./reports/pytest-coverage.txt') }}
56
- uses: MishaKav/pytest-coverage-comment@9638e4b1448019aba40c4aaaa1ade87a9f211aa1
+ uses: MishaKav/pytest-coverage-comment@1bdbba85fb74a2fdc1ec66383acec1091610f82b
57
with:
58
pytest-coverage-path: ./reports/pytest-coverage.txt
59
pytest-xml-coverage-path: ./reports/coverage.xml
0 commit comments