diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:59:44 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:59:44 +0200 |
| commit | fd10de29c5705064de62a8cb69226733dd1075a0 (patch) | |
| tree | 837d82ccbf293628565160edd263333e6c9c159b /.github/workflows/coverage.yml | |
| parent | c0bdd0bce014a252a12dcc8ea621182b69379f36 (diff) | |
Add phpunit.xml
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a1441fe..daf2733 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,6 +18,9 @@ jobs: - name: Set-up Composer uses: php-actions/composer@v6 + - name: Give all permissions to tests/ directory + run: chmod -R 0777 tests/ + - name: Run tests and collect coverage run: ./vendor/bin/phpunit tests --coverage-clover coverage.xml tests |
