Skip to content

Commit

Permalink
Renamed the finish job to a more descriptive Generate Code Coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
  • Loading branch information
Gavinok committed Nov 20, 2023
1 parent a5f567e commit ba1b51e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/controller_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
with:
flag-name: run-${{ matrix.python-version }}
parallel: true
finish:
code-coverage:
name: Generate Code Coverage
needs: build
if: ${{ always() }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba1b51e

Please sign in to comment.