mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added coverage driver to upload coverage job
This commit is contained in:
parent
1a42ca9239
commit
f2210ca0cb
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -276,7 +276,8 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
coverage: none
|
coverage: pcov
|
||||||
|
ini-values: pcov.directory=module
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: build
|
path: build
|
||||||
|
Loading…
Reference in New Issue
Block a user