Add PHP version flag to codecoverage upload (#536)
This commit is contained in:
parent
53eed095bd
commit
0c1fd9915a
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue