We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13b1a9 commit e1a2ce0Copy full SHA for e1a2ce0
1 file changed
.circleci/config.yml
@@ -223,18 +223,6 @@ jobs:
223
- run:
224
name: Collecting https://codecov.io/gh/help-me-mom/ng-mocks
225
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
238
E2E:
239
executor: core
240
steps:
0 commit comments