We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cec90c commit 011f4d0Copy full SHA for 011f4d0
2 files changed
.github/workflows/run-tests.yml
@@ -45,4 +45,4 @@ jobs:
45
run: composer show -D
46
47
- name: Execute tests
48
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit --no-coverage
composer.json
@@ -3,7 +3,11 @@
3
"description": "A TOON output formatter for PHPStan",
4
"keywords": [
5
"peterfox",
6
- "phpstan-toon-formatter"
+ "phpstan-toon-formatter",
7
+ "phpstan",
8
+ "toon",
9
+ "ai",
10
+ "phpstan-error-formatter"
11
],
12
"homepage": "https://github.com/peterfox/phpstan-toon-formatter",
13
"license": "MIT",
@@ -35,7 +39,7 @@
35
39
}
36
40
},
37
41
"scripts": {
38
- "test": "vendor/bin/phpunit",
42
+ "test": "vendor/bin/phpunit --no-coverage",
43
"test-coverage": "vendor/bin/phpunit --coverage",
44
"format": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes"
0 commit comments