We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725fc2a commit 847efe1Copy full SHA for 847efe1
.github/workflows/build-ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Send coveralls
52
run: |
53
export PATH="$PATH:~/.composer/vendor/bin/"
54
- coveralls build/logs/clover.xml -v
+ php-coveralls build/logs/clover.xml -v
55
env:
56
# COVERALLS_RUN_LOCALLY: 1
57
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments