We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450584d commit fd7fb8eCopy full SHA for fd7fb8e
.codeclimate.yml
@@ -25,3 +25,5 @@ ratings:
25
- "**.jsx"
26
exclude_paths:
27
- __tests__/
28
+after_success:
29
+- codeclimate < ./tmp/lcov.info
.travis.yml
@@ -9,7 +9,3 @@ script:
9
addons:
10
code_climate:
11
repo_token: 684f0d565b7bd2608af0453457dd19903b818c16ded1e386d9c5a21c72291be5
12
-
13
-after_success:
14
- - npm install -g codeclimate-test-reporter
15
- - codeclimate-test-reporter < ./tmp/lcov.info
0 commit comments