Updates for coveralls

This commit is contained in:
michalsn 2020-09-28 19:46:38 +02:00
parent b37c0a4e83
commit b6999f8e83
No known key found for this signature in database
GPG Key ID: 0E4DB53924E59366

View File

@ -95,3 +95,15 @@ jobs:
php-coveralls --coverage_clover=build/logs/clover.xml -v
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: php-${{ matrix.php-versions }}
coveralls-finish:
needs: [tests]
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true