Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 5cedc59

Browse files
committed
fix(ci): remove scrutinizer
1 parent 254efd0 commit 5cedc59

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
coverage: pcov
2525
- uses: ramsey/composer-install@v2
2626
- name: Run tests
27-
run: composer test
28-
- name: Get Ocular
29-
run: wget https://scrutinizer-ci.com/ocular.phar
30-
- name: Push code coverage
31-
run: php ocular.phar code-coverage:upload --format=php-clover coverage.xml
27+
run: vendor/bin/phpunit
3228
release:
3329
name: Automated release
3430
needs: [test, cs]

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
}
2424
},
2525
"license": "MIT",
26-
"scripts": {
27-
"test": "vendor/bin/phpunit --coverage-clover coverage.xml"
28-
},
2926
"authors": [
3027
{
3128
"name": "Sam Mousa",

0 commit comments

Comments
 (0)