We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de80b3b + 19db268 commit fef5c2bCopy full SHA for fef5c2b
1 file changed
.github/workflows/test.yaml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
uv run task test:ci
42
- name: Pytest coverage comment
43
+ if: ${{ github.actor != 'dependabot[bot]' }}
44
uses: MishaKav/pytest-coverage-comment@v1.1.54
45
with:
46
pytest-xml-coverage-path: ./coverage.xml
0 commit comments