Skip to content

Commit 6c723c4

Browse files
#242: Adding debugging again
1 parent 238b996 commit 6c723c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

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

0 commit comments

Comments
 (0)