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 735aced commit 7c7f151Copy full SHA for 7c7f151
.github/workflows/blank.yml
@@ -36,13 +36,14 @@ jobs:
36
docker-compose run --rm tests composer install --no-interaction
37
- name: Generating code coverage
38
run: |
39
- mkdir -p build/logs
40
docker-compose run --rm tests mkdir -p build/logs
41
docker-compose run --rm \
42
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
43
ls -alt build/logs
44
- name: Send coveralls
45
- run: php vendor/bin/php-coveralls -v
+ run: |
+ ls -alt
46
+ php vendor/bin/php-coveralls -v
47
env:
48
COVERALLS_RUN_LOCALLY: 1
49
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments