We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcf633 commit 76d4ff3Copy full SHA for 76d4ff3
.github/workflows/coverage.yml
@@ -31,14 +31,14 @@ jobs:
31
- name: Install Composer dependencies
32
uses: "ramsey/composer-install@v3"
33
34
- - name: PHPUnit tests
35
- run: vendor/bin/phpunit --coverage-clover clover.xml
+ - name: PHPUnit tests with coverage
+ run: vendor/bin/phpunit --coverage-clover clover.xml --coverage-html build/coverage-report
36
37
- name: phpunit-coverage-badge
38
uses: timkrase/[email protected]
39
with:
40
coverage_badge_path: .github/coverage.svg
41
- push_badge: false
+ push_badge: true
42
43
- name: Git push to image-data branch
44
uses: peaceiris/actions-gh-pages@v3
0 commit comments