Skip to content

Commit 0e35348

Browse files
#242: Trying to fix code coverage errors
1 parent 682b4a5 commit 0e35348

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: 'Code Climate'
3434
uses: 'paambaati/codeclimate-action@v6'
3535
with:
36-
coverageLocations: "$RUNNER_TEMP/phpunit-coverage.xml:clover"
36+
coverageLocations: |
37+
"$RUNNER_TEMP/phpunit-coverage.xml:clover"
3738
env:
3839
CC_TEST_REPORTER_ID: "${{ secrets.CODECLIMATE_REPORTER_ID }}"

0 commit comments

Comments
 (0)