Skip to content

Commit

Permalink
[code-climate] Deprecating Code Climate from JavaScript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bodley committed Mar 9, 2018
1 parent b63dc91 commit 3fbadd6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 46 deletions.
40 changes: 0 additions & 40 deletions .codeclimate.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: python
services:
- redis-server
addons:
code_climate:
repo_token: 5f3a06c425eef7be4b43627d7d07a3e46c45bdc07155217825ff7c49cb6a470c
cache:
directories:
- $HOME/.wheelhouse/
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def get_git_sha():
'cors': ['Flask-Cors>=2.0.0'],
},
tests_require=[
'codeclimate-test-reporter',
'coverage',
'mock',
'nose',
Expand Down
1 change: 0 additions & 1 deletion superset/assets/js_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ npm run lint
npm run test
npm run build
npm run cover
CODECLIMATE_REPO_TOKEN=ded6121d25d593a1c5aee9f26d85717b19df058f7408cef26910aa731aa7cc3f ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info
1 change: 0 additions & 1 deletion superset/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"babel-preset-airbnb": "^2.1.1",
"chai": "^4.0.2",
"clean-webpack-plugin": "^0.1.16",
"codeclimate-test-reporter": "^0.5.0",
"css-loader": "^0.28.0",
"enzyme": "^2.0.0",
"eslint": "^3.19.0",
Expand Down

0 comments on commit 3fbadd6

Please sign in to comment.