This repository was archived by the owner on Apr 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,4 @@ before_script:
3636 - grunt nsp --force
3737
3838script :
39- # 'npm run test-travis' runs all tests together to collect all coverage into one from mysql and db-server
40- - COVERALLS_REPO_TOKEN=mlOESL8slkePkodJpcvhF1AUKUH3llXi8 npm run test-travis
41- # memory tests are separate to avoid being included into coverage because they run through the same code
42- - npm run test-mem
39+ - npm run test-travis
Original file line number Diff line number Diff line change 1919 "test-mem" : " ./scripts/mocha-coverage.js test/mem" ,
2020 "test-mysql" : " node ./bin/db_patcher.js >/dev/null && ./scripts/mocha-coverage.js test/backend test/local" ,
2121 "test-server" : " ./scripts/mocha-coverage.js db-server/test/local" ,
22- "test-travis" : " grunt && node ./bin/db_patcher.js && ./scripts/mocha-coverage.js test/backend test/local db-server/test/local"
22+ "test-travis" : " grunt && node ./bin/db_patcher.js && ./scripts/mocha-coverage.js test/backend test/local db-server/test/local test/mem "
2323 },
2424 "author" : " Mozilla (https://mozilla.org/)" ,
2525 "homepage" : " https://github.com/mozilla/fxa-auth-db-mysql" ,
You can’t perform that action at this time.
0 commit comments