Skip to content

Commit

Permalink
Merge pull request #163 from iLexN/iLexN-patch-1
Browse files Browse the repository at this point in the history
only upload coverage for 1 php version
  • Loading branch information
iLexN authored Jan 16, 2024
2 parents 64fe27a + 7bd5b92 commit fbaca8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml

- name: Upload coverage results to Coveralls
if: ${{ matrix.php == '8.2' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls symfony/console:^5
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/logs/clover.xml -v
check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fbaca8b

Please sign in to comment.