Skip to content

Commit

Permalink
Fix Coveralls path definition in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Jan 6, 2021
1 parent 0badef3 commit accd400
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 @@ -66,4 +66,4 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls
php-coveralls --coverage_clover=clover.xml -v
./vendor/bin/php-coveralls --coverage_clover=clover.xml -v

0 comments on commit accd400

Please sign in to comment.