Skip to content

Commit fad9a8f

Browse files
committed
Fix report name
1 parent 0ac1784 commit fad9a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
uses: codacy/codacy-coverage-reporter-action@v1
4242
with:
4343
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
44-
coverage-reports: tests/coverage/xml/
44+
coverage-reports: tests/coverage/xml/index.xml

0 commit comments

Comments
 (0)