mirror of
https://github.com/danog/asyncConstruct.git
synced 2024-11-26 10:44:38 +01:00
Upload code coverage
This commit is contained in:
parent
2a15c6330a
commit
83b20c0dff
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -47,3 +47,12 @@ jobs:
|
||||
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
vendor/bin/psalm
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
env:
|
||||
OS: ${{ matrix.os }}
|
||||
PHP: ${{ matrix.php-versions }}
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: build/logs/clover.xml
|
||||
env_vars: OS,PHP
|
||||
|
Loading…
Reference in New Issue
Block a user