File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -162,17 +162,6 @@ jobs:
162162 path : .coverage.${{ matrix.os }}.${{ matrix.python-version }}
163163 include-hidden-files : true
164164 if-no-files-found : ignore
165- - name : Generate Coverage Report
166- run : ./test.sh report coverage.stumpy.json
167- shell : bash
168- - name : List Reports
169- run : ls *json
170- shell : bash
171- - name : Get Coverage Percentage
172- run : |
173- export TOTAL=$(python -c "import json;print(json.load(open('coverage.stumpy.json'))['totals']['percent_covered_display'])")
174- echo $TOTAL
175- shell : bash
176165 coverage-aggregation :
177166 name : Combine and Check Coverage
178167 if : always()
@@ -195,3 +184,4 @@ jobs:
195184 - name : Get Coverage Percentage
196185 run : |
197186 export TOTAL=$(python -c "import json;print(json.load(open('coverage.stumpy.json'))['totals']['percent_covered_display'])")
187+ shell : bash
You can’t perform that action at this time.
0 commit comments