Skip to content

Commit be7f6e7

Browse files
committed
codeclimate file added
1 parent eac15b8 commit be7f6e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ jobs:
102102
- name: Run Tests
103103
run: vendor/bin/phpunit --coverage-clover=clover.xml --path-coverage
104104

105+
- name: Normalize coverage paths
106+
run: |
107+
sed -i "s|$(pwd)/||g" clover.xml
108+
105109
- name: Send coverage to Code Climate
106110
if: env.CC_TEST_REPORTER_ID != ''
107111
env:

0 commit comments

Comments
 (0)