Skip to content

Commit 2c08251

Browse files
committed
Try to send coverage.xml to Scrutinizer
1 parent a4bd87c commit 2c08251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
# Do not run this step on forked versions of the main repository (example: contributor forks)
6666
if: github.repository == 'phpmyadmin/website'
6767
with:
68-
cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
68+
cli-args: "--format=php-clover coverage.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"

0 commit comments

Comments
 (0)