diff options
author | Davey Shafik <davey@php.net> | 2020-10-27 21:12:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 21:12:55 +0000 |
commit | 187e5edf9a5eb1c4bcb4d65117a7ce5e2fa2b639 (patch) | |
tree | b10ae0df9059240dcf61824f21e86585e6bbd7a9 | |
parent | 51593892fc6af94d19dc8e3b53422e2311d26b29 (diff) | |
download | php7-mysql-shim-187e5edf9a5eb1c4bcb4d65117a7ce5e2fa2b639.zip php7-mysql-shim-187e5edf9a5eb1c4bcb4d65117a7ce5e2fa2b639.tar.gz php7-mysql-shim-187e5edf9a5eb1c4bcb4d65117a7ce5e2fa2b639.tar.bz2 |
-rw-r--r-- | .github/workflows/phpunit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index f2a0bb4..721357c 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -50,7 +50,7 @@ jobs: gistID: ee79527e0098afea147bffc33bf710d3 filename: coverage.json label: Code Coverage - message: ${{ env.COVERAGE }} + message: ${{ env.COVERAGE }}% color: green if: matrix.php-versions == '7.4' continue-on-error: true # if is fork |