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 0eb3c03 commit 7c369b1Copy full SHA for 7c369b1
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: ramsey/composer-install@v2
79
80
- name: "Run tests with phpunit"
81
- run: php vendor/bin/phpunit --configuration=phpunit.xml
+ run: php vendor/bin/phpunit --configuration=phpunit.xml.dist
82
83
- name: "Send code coverage report to Codecov.io"
84
uses: codecov/codecov-action@v4
.gitignore
@@ -2,3 +2,4 @@
2
/.idea
3
/vendor
4
composer.lock
5
+phpunit.xml
phpunit.xml renamed to phpunit.xml.dist
0 commit comments