mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Updates for coveralls
This commit is contained in:
parent
b37c0a4e83
commit
b6999f8e83
12
.github/workflows/test-phpunit.yml
vendored
12
.github/workflows/test-phpunit.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user