Skip to content

Commit 802252e

Browse files
committed
Minor change
1 parent bbd7b49 commit 802252e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ jobs:
163163
shell: bash
164164
- name: Get Coverage Percentage
165165
run: |
166-
export TOTAL=$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")
166+
export TOTAL=$(python -c "import json;print(json.load(open('coverage.stumpy.json'))['totals']['percent_covered_display'])")
167167
echo $TOTAL
168168
shell: bash

0 commit comments

Comments
 (0)