Skip to content

Commit 1bcc6b6

Browse files
committed
Fix report name
1 parent 9ce7e07 commit 1bcc6b6

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)