From 2ef4c3da53b369fbbc1866fc505327d00169233a Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Thu, 3 Sep 2020 02:54:11 +0200 Subject: [PATCH] add more unit tests and normalize the "__toString" methods -> update the code coverage level --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d3419fe..cf2f4db 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 }}