We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de80b3b commit 19db268Copy full SHA for 19db268
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