mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-17 13:08:16 +01:00
Coveralls to codecov
This commit is contained in:
parent
7015002802
commit
508991a817
12
.github/workflows/makefile.yml
vendored
12
.github/workflows/makefile.yml
vendored
@ -25,11 +25,7 @@ jobs:
|
||||
run: make tests-coverage
|
||||
|
||||
- name: Send coverage report to Coveralls
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
composer global require php-coveralls/php-coveralls
|
||||
$(composer global config bin-dir --absolute --quiet)/php-coveralls \
|
||||
--json_path=/tmp/coverage.json \
|
||||
--coverage_clover=clover.xml -v \
|
||||
--root_dir=.
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
files: clover.xml
|
||||
verbose: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user