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 763569b commit 3ca0fa2Copy full SHA for 3ca0fa2
.github/workflows/ci.yaml
@@ -127,7 +127,7 @@ jobs:
127
with:
128
name: coverage-data
129
130
- - name: Combine coverage & fail if it's <100%.
+ - name: Combine coverage & fail if it's <95%.
131
run: |
132
poetry run coverage combine
133
poetry run coverage html --skip-covered --skip-empty
@@ -149,6 +149,7 @@ jobs:
149
150
- name: "Make coverage badge"
151
uses: schneegans/dynamic-badges-action@v1.6.0
152
+ if: github.event_name != 'pull_request'
153
154
auth: ${{ secrets.GIST_TOKEN }}
155
gistID: 81ef37701aa088d18db8a58ce07c79c7
0 commit comments