From f82340f781a1ef8c48e8696aee0e345b5731436b Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 10 Nov 2024 23:02:27 +0200 Subject: Add phpunit.xml --- .github/workflows/coverage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index daf2733..3be18db 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,8 +18,10 @@ jobs: - name: Set-up Composer uses: php-actions/composer@v6 - - name: Give all permissions to tests/ directory - run: chmod -R 0777 tests/ + - name: Set up logs dir + run: | + mkdir logs/ + chmod -R 0777 logs/ - name: Run tests and collect coverage run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests -- cgit v1.2.3