Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano authored Mar 5, 2024
1 parent 7504078 commit 4da22f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
run: composer install

- name: Run tests
run: composer run tests-coverage-clover
run: vendor/bin/pest --coverage-clover build/logs/clover.xml

- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=coverage.xml -v
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 comments on commit 4da22f0

Please sign in to comment.