File tree Expand file tree Collapse file tree 3 files changed +361
-665
lines changed Expand file tree Collapse file tree 3 files changed +361
-665
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,17 @@ node_js:
6
6
install :
7
7
- npm install
8
8
9
+ before_script :
10
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
11
+ - chmod +x ./cc-test-reporter
12
+ - ./cc-test-reporter before-build
13
+
9
14
script :
10
15
- npm run cover
11
16
17
+ after_script :
18
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
19
+
12
20
after_success :
13
- - bash <(curl -s https://codecov.io/bash) || true
14
- - coveralls < coverage/lcov.info || true
15
- - codeclimate-test-reporter < coverage/lcov.info || true
21
+ - bash <(curl -s https://codecov.io/bash) || true
22
+ - coveralls < coverage/lcov.info || true
Original file line number Diff line number Diff line change 42
42
"@babel/preset-env" : " 7.7.4" ,
43
43
"@babel/register" : " 7.7.4" ,
44
44
"ava" : " 2.4.0" ,
45
- "codeclimate-test-reporter" : " 0.5.1" ,
46
45
"coveralls" : " 3.0.8" ,
47
46
"esdoc" : " 1.1.0" ,
48
47
"nyc" : " 14.1.1"
You can’t perform that action at this time.
0 commit comments