1
0
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:
Filip Halaxa 2022-01-27 17:29:09 +01:00
parent 726ba8fdcd
commit 17723cd4fd

View File

@ -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