Skip to content

Commit

Permalink
use nicer names for Coveralls jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Aug 22, 2023
1 parent 868a902 commit 5e80694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
if: github.repository == 'craue/CraueConfigBundle'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: PHP ${{ matrix.php }} - ${{ matrix.dependencies || format('Symfony {0}', matrix.symfony) }}
run: |
unset SYMFONY_REQUIRE
composer global require php-coveralls/php-coveralls
Expand Down

0 comments on commit 5e80694

Please sign in to comment.