Skip to content

Commit

Permalink
#14: Updated the php-coveralls library.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulin-evgeny committed Jun 1, 2024
1 parent 19b1385 commit ea78530
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-with-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: php vendor/bin/coveralls.php --service=github --coverage_clover=build/logs/clover.xml -v
run: php vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"phpunit/phpunit": "9.6.13",
"orchestra/testbench": "^8.0",
"php-coveralls/php-coveralls": "^0.1.0"
"php-coveralls/php-coveralls": "^2.7"
},
"autoload": {
"psr-4": {
Expand Down
236 changes: 200 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea78530

Please sign in to comment.