Skip to content

Commit f56b5a7

Browse files
committed
Switch to clover format
1 parent f5714b9 commit f56b5a7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- uses: qltyai/qlty-action/coverage@main
4242
with:
4343
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
44-
file: coverage/coverage.xml
44+
file: coverage/clover.xml

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This repository uses [PHPUnit](https://phpunit.de/index.html) for testing and ge
1212
- [Composer](https://getcomposer.org/) 2.7.x or above
1313
- [Laravel](https://laravel.com/) 9.x or above
1414
- [PHPUnit](https://phpunit.de/index.html) 10.x or above
15+
- [Pcov](https://github.com/krakjoe/pcov) 1.0.11 or above
1516
- Run tests with `vendor/bin/phpunit`
1617
- An account on Qlty (free for open source)
1718
- `QLTY_COVERAGE_TOKEN` is set as a GitHub Actions [repository secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</php>
3232
<coverage>
3333
<report>
34-
<cobertura outputFile="coverage/coverage.xml"/>
34+
<clover outputFile="coverage/clover.xml"/>
3535
</report>
3636
</coverage>
3737
</phpunit>

0 commit comments

Comments
 (0)