:octocat:

This commit is contained in:
smiley
2023-06-21 16:09:55 +02:00
parent cf92e49958
commit 29841b097b
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
uses: ramsey/composer-install@v2
- name: "Run tests with phpunit"
run: php vendor/bin/phpunit --configuration=phpunit.xml.dist
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
- name: "Send code coverage report to Codecov.io"
uses: codecov/codecov-action@v3