Skip to content

Commit 88ebba9

Browse files
always run coverage report
1 parent 5ec90ff commit 88ebba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ jobs:
252252
path: .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
253253

254254
report_overall_test_coverage:
255+
needs: [ tox ]
256+
if: always()
255257
name: report overall test coverage
256-
needs:
257-
- tox
258258
runs-on: ubuntu-latest
259259
steps:
260260
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)