Skip to content

Commit

Permalink
always run coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 27, 2024
1 parent 277a849 commit 16cff6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ jobs:
path: .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}

report_overall_test_coverage:
needs: [ tox ]
if: always()
name: report overall test coverage
needs:
- tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 16cff6c

Please sign in to comment.