Skip to content

Commit

Permalink
Update coroutine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 30, 2020
1 parent c2268a4 commit 7a3548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coroutine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: composer install
- name: Test with phpunit
run: vendor/bin/phpunit --coverage-clover=coverage.xml
run: vendor/bin/phpunit #--coverage-clover=coverage.xml
- name: Submit code coverage
run: bash <(curl -s https://codecov.io/bash)

Expand Down

0 comments on commit 7a3548c

Please sign in to comment.