Commit 847efe15 authored by Smolevich's avatar Smolevich

Fix name binary file

parent 725fc2af
...@@ -51,7 +51,7 @@ jobs: ...@@ -51,7 +51,7 @@ jobs:
- name: Send coveralls - name: Send coveralls
run: | run: |
export PATH="$PATH:~/.composer/vendor/bin/" export PATH="$PATH:~/.composer/vendor/bin/"
coveralls build/logs/clover.xml -v php-coveralls build/logs/clover.xml -v
env: env:
# COVERALLS_RUN_LOCALLY: 1 # COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment