Skip to content

Commit be1e67f

Browse files
committed
Fix GitHub workflows
1 parent f2184e6 commit be1e67f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
run: composer update --prefer-dist --no-progress
2323

2424
- name: Run PHPUnit test suite
25-
run: ./vendor/bin/phpunit --configuration ./tests/phpunit.xml
25+
run: ./vendor/bin/phpunit
2626

2727
- name: Update code coverage badge
28-
uses: timkrase/phpunit-coverage-badge@v1.0.0
28+
uses: timkrase/phpunit-coverage-badge@v1.2.0
2929
with:
30-
report: ./tests/clover.xml
30+
report: ./clover.xml
3131
report_type: clover
3232
coverage_badge_path: ./.github/coverage.svg
3333
push_badge: true

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: ./vendor/bin/psalm
3636

3737
- name: Run PHPUnit test suite
38-
run: ./vendor/bin/phpunit --configuration ./tests/phpunit.xml
38+
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)