Skip to content

Commit 51c4f99

Browse files
committed
coverage added
1 parent e4ecd1f commit 51c4f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: vendor/bin/phpcs --standard=psr2 src/
4141

4242
- name: Run tests and collect coverage
43-
run: vendor/bin/phpunit --coverage-clover coverage.xml .
43+
run: vendor/bin/phpunit --coverage-clover coverage.xml
4444
- name: Upload coverage to Codecov
4545
uses: codecov/codecov-action@v4
4646
env:

0 commit comments

Comments
 (0)