From 849b8b2be4389526e26da7ad056e1808634e8dd2 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 10 Nov 2024 23:13:28 +0200 Subject: Add phpunit.xml --- .github/workflows/coverage.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows/coverage.yml') diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d825082..379efcb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -20,9 +20,8 @@ jobs: - name: Set up logs dir run: | - mkdir logs/ - chmod -R a+rw logs/ - ls -la + mkdir -p logs/ + chmod -R u+rw logs/ - name: Run tests and collect coverage run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests -- cgit v1.2.3