Skip to content

Commit 011f4d0

Browse files
committed
updates
1 parent 8cec90c commit 011f4d0

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: composer show -D
4646

4747
- name: Execute tests
48-
run: vendor/bin/phpunit
48+
run: vendor/bin/phpunit --no-coverage

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"description": "A TOON output formatter for PHPStan",
44
"keywords": [
55
"peterfox",
6-
"phpstan-toon-formatter"
6+
"phpstan-toon-formatter",
7+
"phpstan",
8+
"toon",
9+
"ai",
10+
"phpstan-error-formatter"
711
],
812
"homepage": "https://github.com/peterfox/phpstan-toon-formatter",
913
"license": "MIT",
@@ -35,7 +39,7 @@
3539
}
3640
},
3741
"scripts": {
38-
"test": "vendor/bin/phpunit",
42+
"test": "vendor/bin/phpunit --no-coverage",
3943
"test-coverage": "vendor/bin/phpunit --coverage",
4044
"format": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes"
4145
},

0 commit comments

Comments
 (0)