Skip to content

Commit 8c511c0

Browse files
Remove scruitinizer
1 parent e81bd04 commit 8c511c0

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
with:
5555
path: src/
5656

57-
- name: Upload Scrutinizer coverage
58-
uses: sudo-bot/action-scrutinizer@latest
59-
with:
60-
cli-args: "--format=php-clover tests/reports/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
6157
phpcs:
6258
runs-on: ubuntu-latest
6359
steps:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Latest Version on Packagist][ico-version]][link-packagist]
44
[![Software License][ico-license]](LICENSE.md)
55
[![Build Status][ico-github]][link-github]
6-
[![Code Coverage][ico-coverage]][link-coverage]
76

87
### Supported Versions
98
| Laravel Version | Package Tag | Supported |
@@ -93,8 +92,5 @@ which will fire your batch job at the correct time.
9392
[ico-version]: https://img.shields.io/packagist/v/lukewaite/laravel-queue-aws-batch.svg?style=flat-square
9493
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
9594
[ico-github]: https://img.shields.io/github/workflow/status/lukewaite/laravel-queue-aws-batch/Tests/main.svg?style=flat-square
96-
[ico-coverage]: https://img.shields.io/scrutinizer/coverage/g/lukewaite/laravel-queue-aws-batch/main.svg?style=flat-square
97-
9895
[link-packagist]: https://packagist.org/packages/lukewaite/laravel-queue-aws-batch
9996
[link-github]: https://github.com/lukewaite/laravel-queue-aws-batch/actions/workflows/tests.yml?query=branch%3Amain++
100-
[link-coverage]: https://scrutinizer-ci.com/g/lukewaite/laravel-queue-aws-batch/?branch=main

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"mockery/mockery": "^1.5",
2828
"laravel/framework": "^11.0|^12.0",
2929
"phpunit/phpunit": "^10.0|^11.0",
30-
"squizlabs/php_codesniffer": "^3.5",
31-
"scrutinizer/ocular": "^1.3",
30+
"squizlabs/php_codesniffer": "^3.5",
3231
"phpstan/phpstan": "^1.9",
3332
"nunomaduro/larastan": "^1|^2",
3433
"orchestra/testbench": "^9.0|^10.0",

0 commit comments

Comments
 (0)