Skip to content

Commit 7819b9e

Browse files
committed
updated build names
1 parent ea24ce9 commit 7819b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
9999

100100
combine_reports:
101-
needs: [ create_coverage_reports ]
101+
needs: [ pytest_coverage ]
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: Set up Python
@@ -142,7 +142,7 @@ jobs:
142142
path: htmlcov
143143

144144
coveralls:
145-
needs: [ create_coverage_reports ]
145+
needs: [ pytest_coverage ]
146146
runs-on: ubuntu-latest
147147
continue-on-error: true
148148
steps:

0 commit comments

Comments
 (0)