We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea24ce9 commit 7819b9eCopy full SHA for 7819b9e
.github/workflows/build_tests.yml
@@ -98,7 +98,7 @@ jobs:
98
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
99
100
combine_reports:
101
- needs: [ create_coverage_reports ]
+ needs: [ pytest_coverage ]
102
runs-on: ubuntu-latest
103
steps:
104
- name: Set up Python
@@ -142,7 +142,7 @@ jobs:
142
path: htmlcov
143
144
coveralls:
145
146
147
continue-on-error: true
148
0 commit comments