We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6967654 commit d701fc1Copy full SHA for d701fc1
.github/workflows/main.yaml
@@ -93,6 +93,7 @@ jobs:
93
run: |
94
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=pyld tests/ | tee pytest-coverage.txt
95
- name: Pytest coverage comment
96
+ if: ${{ github.event_name != 'pull_request' }}
97
uses: MishaKav/pytest-coverage-comment@ae0e8a539a3f310aefb3bfb6a2209778a21fa42b
98
with:
99
pytest-coverage-path: ./pytest-coverage.txt
0 commit comments