Skip to content

Commit e1a2ce0

Browse files
committed
build(ci): good bye codeclimate
1 parent c13b1a9 commit e1a2ce0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,6 @@ jobs:
223223
- run:
224224
name: Collecting https://codecov.io/gh/help-me-mom/ng-mocks
225225
command: ./node_modules/.bin/codecov -f test-reports/coverage/lcov.info --disable=gcov
226-
- run:
227-
name: Collecting https://codeclimate.com/github/help-me-mom/ng-mocks
228-
command: |
229-
curl -sL https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 \
230-
> $HOME/codeclimate
231-
chmod +x $HOME/codeclimate
232-
$HOME/codeclimate before-build
233-
$HOME/codeclimate format-coverage \
234-
-t lcov test-reports/coverage/lcov.info \
235-
-o test-reports/codeclimate.json
236-
$HOME/codeclimate upload-coverage \
237-
-i test-reports/codeclimate.json
238226
E2E:
239227
executor: core
240228
steps:

0 commit comments

Comments
 (0)