必要のないパイプを削除

This commit is contained in:
eai04191 2019-06-26 15:46:35 +09:00
parent c60d41427d
commit 6e81f091d1

View File

@ -77,6 +77,5 @@ jobs:
# Upload coverage
- run:
command: |
bash <(curl -s https://codecov.io/bash) -f /tmp/phpunit/coverage.xml
command: bash <(curl -s https://codecov.io/bash) -f /tmp/phpunit/coverage.xml
when: always