File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ script:
22
22
after_success :
23
23
- python travis_after_all.py
24
24
- export $(cat .to_export_back)
25
+ - npm run report-coverage
25
26
- npm run semantic-release
26
27
branches :
27
28
except :
Original file line number Diff line number Diff line change 4
4
"description" : " Git commit, but play nice with conventions." ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
7
+ "check-coverage" : " istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80 " ,
8
+ "commit" : " git-cz" ,
9
+ "report-coverage" : " cat ./coverage/lcov.info | codecov" ,
7
10
"start" : " npm run test:watch" ,
8
11
"test" : " istanbul cover -x ./test _mocha -- -R spec test/tests/index.js --compilers js:babel/register" ,
9
- "test:watch" : " nodemon -q --exec \" $(npm bin)/mocha test/tests/index.js --watch --compilers js:babel/register\" --" ,
10
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
11
- "commit" : " git-cz" ,
12
- "check-coverage" : " istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80 "
12
+ "test:watch" : " nodemon -q --exec \" $(npm bin)/mocha test/tests/index.js --watch --compilers js:babel/register\" --"
13
13
},
14
14
"czConfig" : {
15
15
"path" : " ./node_modules/cz-conventional-changelog"
42
42
"license" : " MIT" ,
43
43
"devDependencies" : {
44
44
"chai" : " 3.3.0" ,
45
+ "codecov.io" : " 0.1.6" ,
45
46
"ghooks" : " 0.3.2" ,
46
47
"istanbul" : " 0.3.22" ,
47
48
"lodash" : " 3.10.1" ,
You can’t perform that action at this time.
0 commit comments