We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e8937a + fe05450 commit 450584dCopy full SHA for 450584d
.codeclimate.yml
@@ -25,5 +25,3 @@ ratings:
25
- "**.jsx"
26
exclude_paths:
27
- __tests__/
28
-after_success:
29
-- codeclimate < ./tmp/lcov.info
.travis.yml
@@ -9,3 +9,7 @@ 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