Skip to content

Commit

Permalink
update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage committed May 16, 2024
1 parent 3ff6247 commit 4fc5d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: php-${{ matrix.php-versions }}${{ matrix.prefer-lowest }}
run: vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -vvv
run: vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml -v

finish-coverage:
needs: phpunit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"guzzlehttp/promises": "^1.4",
"mockery/mockery": "^1.4.2",
"nesbot/carbon" : "^2.62.1",
"php-coveralls/php-coveralls": "^2.5.2"
"php-coveralls/php-coveralls": "^2.7.0"
},
"autoload-dev":{
"psr-4": {
Expand Down

0 comments on commit 4fc5d9d

Please sign in to comment.