Added Codecov for unit testing

This commit is contained in:
Alex Renoki 2020-08-13 10:33:01 +03:00
parent fddf4d561b
commit 9966412d96
1 changed files with 5 additions and 1 deletions

View File

@ -45,4 +45,8 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests - name: Execute tests
run: vendor/bin/phpunit run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: false