Add PHP version flag to codecoverage upload (#536)

This commit is contained in:
Timo Michna 2022-01-04 12:43:46 +01:00 committed by GitHub
parent 53eed095bd
commit 0c1fd9915a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,4 +74,4 @@ jobs:
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
- name: Code Coverage
run: bash <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.php-version }}