Skip to content

Commit 382f4e5

Browse files
committed
codeclimate file added
1 parent 6ccd122 commit 382f4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ jobs:
110110
if: env.CC_TEST_REPORTER_ID != ''
111111
env:
112112
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
113-
run: ./cc-test-reporter after-build -t clover -p clover.xml --exit-code 0
113+
run: ./cc-test-reporter after-build --coverage-input-type clover --exit-code 0 --prefix "$(pwd)"
114114

0 commit comments

Comments
 (0)