Skip to content

Commit

Permalink
Display coverage in another way
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Feb 16, 2024
1 parent e7a4557 commit 0735b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
jobs:

tests:
name: "PHP ${{ matrix.php }}, Coverage {{ toJSON(matrix.with_coverage) }})"
name: "PHP ${{ matrix.php }} {{ matrix.with_coverage ? 'with Coverage' : '' }}"
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit 0735b04

Please sign in to comment.