File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
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
21
- bash <(curl -s https://codecov.io/bash) || true
14
22
- coveralls < coverage/lcov.info || true
15
- - codeclimate-test-reporter < coverage/lcov.info || true
Original file line number Diff line number Diff line change 37
37
"@babel/preset-env" : " 7.9.5" ,
38
38
"@babel/register" : " 7.9.0" ,
39
39
"ava" : " 3.7.1" ,
40
- "codeclimate-test-reporter" : " 0.5.1" ,
41
40
"coveralls" : " 3.0.11" ,
42
41
"esdoc" : " 1.1.0" ,
43
42
"nyc" : " 15.0.1"
You can’t perform that action at this time.
0 commit comments