Skip to content

Commit fd7fb8e

Browse files
authored
Revert "update config to jest to coverage"
1 parent 450584d commit fd7fb8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.codeclimate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ ratings:
2525
- "**.jsx"
2626
exclude_paths:
2727
- __tests__/
28+
after_success:
29+
- codeclimate < ./tmp/lcov.info

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ script:
99
addons:
1010
code_climate:
1111
repo_token: 684f0d565b7bd2608af0453457dd19903b818c16ded1e386d9c5a21c72291be5
12-
13-
after_success:
14-
- npm install -g codeclimate-test-reporter
15-
- codeclimate-test-reporter < ./tmp/lcov.info

0 commit comments

Comments
 (0)