mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 16:38:37 -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
|
||||
with:
|
||||
php-version: ${{ matrix.php-version }}
|
||||
coverage: none
|
||||
coverage: pcov
|
||||
ini-values: pcov.directory=module
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: build
|
||||
|
Loading…
Reference in New Issue
Block a user