Skip to content

Commit

Permalink
chore: remove CodeClimate
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Feb 1, 2023
1 parent 5c16d2a commit 448601e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,9 @@ jobs:
- image: circleci/node:lts
steps:
- checkout
- run:
name: Download cc-test-reporter
command: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- run: yarn
- run:
name: cc-before
command: |
./cc-test-reporter before-build
- run: yarn build
- run: yarn test.prod
- run:
name: cc-after
command: |
./cc-test-reporter after-build --coverage-input-type lcov --exit-code $?

build:
docker:
Expand Down
32 changes: 0 additions & 32 deletions .codeclimate.yml

This file was deleted.

0 comments on commit 448601e

Please sign in to comment.