Skip to content

Commit 76d4ff3

Browse files
Let's try this
1 parent 6dcf633 commit 76d4ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
- name: Install Composer dependencies
3232
uses: "ramsey/composer-install@v3"
3333

34-
- name: PHPUnit tests
35-
run: vendor/bin/phpunit --coverage-clover clover.xml
34+
- name: PHPUnit tests with coverage
35+
run: vendor/bin/phpunit --coverage-clover clover.xml --coverage-html build/coverage-report
3636

3737
- name: phpunit-coverage-badge
3838
uses: timkrase/[email protected]
3939
with:
4040
coverage_badge_path: .github/coverage.svg
41-
push_badge: false
41+
push_badge: true
4242

4343
- name: Git push to image-data branch
4444
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)