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 b7ca1ce commit 3610521Copy full SHA for 3610521
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: composer install --prefer-dist --no-progress
46
47
- name: PHPUnit Tests
48
- run: vendor/bin/phpunit --coverage-clover ./tests/coverage.xml
+ run: vendor/bin/phpunit --coverage-clover ./tests/coverage.xml --display-notices
49
50
- name: Upload coverage reports to Codecov
51
uses: codecov/codecov-action@v3
composer.json
@@ -19,8 +19,8 @@
19
"php-code"
20
],
21
"scripts": {
22
- "test": "phpunit",
23
- "test-coverage": "phpunit --coverage-html tests/coverage"
+ "test": "phpunit --display-notices",
+ "test-coverage": "phpunit --coverage-html tests/coverage --display-notices"
24
},
25
"require": {
26
"php": ">=8.1",
0 commit comments