Skip to content

Commit 9a961d8

Browse files
committed
codeclimate file added
1 parent 382f4e5 commit 9a961d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ 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-
109105
- name: Send coverage to Code Climate
110106
if: env.CC_TEST_REPORTER_ID != ''
111107
env:

0 commit comments

Comments
 (0)