File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11language : node_js
22sudo : false
33node_js :
4- - " 8"
5- - " 7"
64 - " 6"
5+ - " 7"
6+ - " 8"
7+ - " 9"
8+ - " 10"
9+ - " 11"
10+ - " node"
11+
12+ cache : npm
13+
14+ matrix :
15+ fast_finish : true
16+ allow_failures :
17+ - node_js : node
718
819script :
920 - npm run lint
10- - npm run test-and-coverage
21+ - npm run test-and-coverage
22+
23+ after_success :
24+ - cat ./coverage/lcov.info | codacy-coverage
25+ - codecov
Original file line number Diff line number Diff line change 55 "main" : " src/Parser.js" ,
66 "scripts" : {
77 "test" : " lab -a code -v" ,
8- "test-and-coverage" : " istanbul cover lab --report lcovonly -- -a code -v --timeout 10000 -l && cat ./coverage/lcov.info | codacy-coverage && codecov " ,
8+ "test-and-coverage" : " istanbul cover lab --report lcovonly -- -a code -v --timeout 10000 -l" ,
99 "lint" : " eslint --quiet ." ,
1010 "precommit" : " lint-staged" ,
1111 "update-applications" : " node ./bin/update-applications" ,
You can’t perform that action at this time.
0 commit comments