diff options
-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 ce3bd65..f2a0bb4 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -41,7 +41,7 @@ jobs: MYSQL_USERNAME: root MYSQL_PASSWORD: password - name: Get Code Coverage - run: php tests/coverage.php + run: php tests/coverage.php >> $GITHUB_ENV if: matrix.php-versions == '7.4' - name: Upload Code Coverage uses: schneegans/dynamic-badges-action@v1.0.0 |