Skip to content

Commit 766240a

Browse files
committed
Minor change
1 parent bc192d4 commit 766240a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)