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 bbd7b49 commit 802252eCopy full SHA for 802252e
.github/workflows/github-actions.yml
@@ -163,6 +163,6 @@ jobs:
163
shell: bash
164
- name: Get Coverage Percentage
165
run: |
166
- export TOTAL=$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")
+ export TOTAL=$(python -c "import json;print(json.load(open('coverage.stumpy.json'))['totals']['percent_covered_display'])")
167
echo $TOTAL
168
0 commit comments