mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-17 13:08:16 +01:00
Coveralls Github action 2
This commit is contained in:
parent
726ba8fdcd
commit
17723cd4fd
9
.github/workflows/makefile.yml
vendored
9
.github/workflows/makefile.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
||||
run: make tests-coverage
|
||||
|
||||
- name: Send coverage report to Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path-to-lcov: clover.xml
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
composer global require php-coveralls/php-coveralls
|
||||
php-coveralls --coverage_clover=clover.xml -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user