File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3333 "samples-test" : " cd samples/ && npm link ../ && npm test && cd ../" ,
3434 "system-test" : " mocha build/system-test --timeout 1600000" ,
3535 "cleanup" : " mocha scripts/cleanup.js --timeout 30000" ,
36- "test" : " c8 mocha build/test build/test/common" ,
36+ "test" : " mocha build/test build/test/common" ,
3737 "ycsb" : " node ./benchmark/ycsb.js run -P ./benchmark/workloada -p table=usertable -p cloudspanner.instance=ycsb-instance -p operationcount=100 -p cloudspanner.database=ycsb" ,
3838 "fix" : " gts fix" ,
3939 "clean" : " gts clean" ,
4747 "benchwrapper" : " node bin/benchwrapper.js" ,
4848 "prelint" : " cd samples; npm link ../; npm install" ,
4949 "precompile" : " gts clean" ,
50- "compile-protos" : " compileProtos src"
50+ "compile-protos" : " compileProtos src" ,
51+ "coverage" : " c8 mocha build/test build/test/common && c8 report --check-coverage"
5152 },
5253 "dependencies" : {
5354 "@google-cloud/common" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments