File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 66 steps :
77 - checkout
88 - run : yarn install
9- - run : yarn lint
10- - run : yarn flow
119 - run : yarn add react@16.0.0
1210 - run : yarn add react-native@0.49.3
11+ - run : yarn add codecov
12+ - run : yarn lint
13+ - run : yarn flow
1314 - run : yarn test
Original file line number Diff line number Diff line change 33 "version" : " 0.1.1" ,
44 "description" : " Nested Listview for React native" ,
55 "scripts" : {
6- "test" : " jest index.test.js" ,
6+ "test" : " jest index.test.js && codecov " ,
77 "lint" : " eslint --cache ." ,
88 "flow" : " flow"
99 },
4141 "homepage" : " https://github.com/fjmorant/react-native-nested-listview#readme" ,
4242 "jest" : {
4343 "preset" : " react-native" ,
44- "modulePathIgnorePatterns" : [" example" ]
44+ "modulePathIgnorePatterns" : [" example" ],
45+ "coverageDirectory" : " ./coverage/" ,
46+ "collectCoverage" : true
4547 }
4648}
You can’t perform that action at this time.
0 commit comments