We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb88f6 commit eb57bbcCopy full SHA for eb57bbc
.travis.yml
@@ -5,8 +5,9 @@ node_js:
5
6
script:
7
- |
8
- if [ "$TEST_TYPE" = test ]; then
9
- npm test
+ if [ "$TEST_TYPE" = coverage ]; then
+ npm run coverage && \
10
+ bash <(curl -s https://codecov.io/bash)
11
else
12
npm run $TEST_TYPE
13
fi
package.json
@@ -52,7 +52,7 @@
52
"enzyme": "^3.8.0",
53
"lint-staged": "^8.1.0",
54
"pre-commit": "1.x",
55
- "rc-tools": "^9.1.1",
+ "rc-tools": "^9.1.2",
56
"rc-util": "^4.0.2",
57
"react": "^16.0.0",
58
"react-dom": "^16.0.0"
0 commit comments