File tree 3 files changed +4
-7
lines changed 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ public/
13
13
config /buildConfig.json
14
14
config /manifest.json
15
15
package-lock.json
16
- coverage
17
16
.nyc_output
18
17
package-lock.json
19
18
Original file line number Diff line number Diff line change 4
4
- ' 6'
5
5
- ' 8'
6
6
- ' 9'
7
- install :
8
- - npm i npminstall && npminstall
9
7
script :
10
- - npm run ci
11
- after_script :
12
- - npminstall codecov && codecov
8
+ - npm test
9
+ after_success :
10
+ - npm run cov
Original file line number Diff line number Diff line change 41
41
"fix" : " eslint --fix ." ,
42
42
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
43
43
"test" : " nyc --reporter=html --reporter=text mocha --timeout=1000000" ,
44
- "cov" : " nyc report --reporter=lcov > coverage.lcov && codecov --token=71d430b6-cb87-49b2-a156-2c55cd181ba4" ,
44
+ "cov" : " nyc report --reporter=lcov && codecov --token=71d430b6-cb87-49b2-a156-2c55cd181ba4" ,
45
45
"ci" : " npm run lint && npm run cov" ,
46
46
"ii" : " npm install --registry https://registry.npm.taobao.org"
47
47
},
You can’t perform that action at this time.
0 commit comments