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 ab91445 commit d57a062Copy full SHA for d57a062
1 file changed
.github/workflows/tests.yml
@@ -132,6 +132,7 @@ jobs:
132
coverage xml -o reports/coverage.xml -i
133
134
- name: Coverage comment
135
+ if: github.event_name == 'pull_request'
136
id: coverage
137
uses: MishaKav/pytest-coverage-comment@v1
138
with:
0 commit comments