Skip to content

Commit b9843bb

Browse files
author
Six
committed
Config change.
1 parent 5142fbd commit b9843bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: vendor/bin/phpstan --no-progress
3232

3333
- name: Run tests and collect coverage
34-
run: vendor/bin/phpunit --coverage-clover coverage.xml .
34+
run: vendor/bin/phpunit --coverage-clover coverage.xml
3535

3636
- name: Upload coverage to Codecov
3737
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)