Skip to content

Commit

Permalink
fix coveralls command
Browse files Browse the repository at this point in the history
  • Loading branch information
radarlog committed Jul 17, 2021
1 parent a1c4e4b commit dbce42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls --dev --no-interaction
php-coveralls --coverage_clover=build/logs/clover.xml -v
vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml --verbose

0 comments on commit dbce42c

Please sign in to comment.