add more unit tests and normalize the "__toString" methods

-> update the code coverage level
This commit is contained in:
Lars Moelleken
2020-09-03 02:54:11 +02:00
parent 5bb97a97c0
commit 2ef4c3da53
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Quick check code coverage level
run: php tests/coverage-checker.php 89
run: php tests/coverage-checker.php 91
phpunit:
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}