Skip to content

Commit 450584d

Browse files
authored
Merge pull request #10 from antonazgarovich/config
update config to jest to coverage
2 parents 9e8937a + fe05450 commit 450584d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.codeclimate.yml

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ 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,3 +9,7 @@ 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)