Skip to content

Instantly share code, notes, and snippets.

@michaelKurowski
Created April 14, 2019 17:33
Show Gist options
  • Select an option

  • Save michaelKurowski/a562595264d935b22d57f79daeaeefb6 to your computer and use it in GitHub Desktop.

Select an option

Save michaelKurowski/a562595264d935b22d57f79daeaeefb6 to your computer and use it in GitHub Desktop.
ERROR: Coverage for lines (0%) does not meet global threshold (60%)
--------------------------------------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
--------------------------------------|----------|----------|----------|----------|-------------------|
All files | 0 | 0 | 0 | 0 | |
server | 0 | 0 | 0 | 0 | |
configFileService.js | 0 | 0 | 0 | 0 |... 77,82,83,87,88 |
connectToDb.js | 0 | 0 | 0 | 0 |... 13,14,15,17,18 |
dbConnectionProvider.js | 0 | 100 | 100 | 0 | 2,4,8 |
dev.webpack.config.js | 0 | 100 | 100 | 0 | 1,3,8 |
index.js | 0 | 100 | 0 | 0 | 1,4,5,6,7,8,9 |
init.js | 0 | 0 | 0 | 0 |... 32,34,35,37,43 |
initializationProcedures.js | 0 | 0 | 0 | 0 |... 03,104,107,108 |
logger.js | 0 | 0 | 100 | 0 |... ,6,7,8,9,12,14 |
prod.webpack.config.js | 0 | 100 | 100 | 0 | 1,2,3 |
utilities.js | 0 | 0 | 0 | 0 |... 59,60,61,62,66 |
server/coverage/lcov-report | 0 | 0 | 0 | 0 | |
block-navigation.js | 0 | 0 | 0 | 0 |... 53,54,58,59,63 |
prettify.js | 0 | 0 | 0 | 0 | 1 |
sorter.js | 0 | 0 | 0 | 0 |... 52,153,154,158 |
server/models | 0 | 100 | 100 | 0 | |
user.js | 0 | 100 | 100 | 0 |... 4,6,9,29,30,32 |
server/passport | 0 | 0 | 0 | 0 | |
strategies.js | 0 | 0 | 0 | 0 |... 36,37,40,42,49 |
strategyUtils.js | 0 | 0 | 0 | 0 |... 11,12,13,14,17 |
server/routes | 0 | 0 | 100 | 0 | |
router.js | 0 | 0 | 100 | 0 |... 14,15,16,17,19 |
server/routes/controllers | 0 | 0 | 0 | 0 | |
logInUser.js | 0 | 0 | 0 | 0 | 1,2,5,6,7,8,12 |
logOutUser.js | 0 | 0 | 0 | 0 |... 14,16,17,18,25 |
register.js | 0 | 0 | 0 | 0 |... 19,20,22,23,28 |
server/routes/controllers/Middleware | 0 | 0 | 0 | 0 | |
isUserAuthenticated.js | 0 | 0 | 0 | 0 | 1,4,5,6,7,9,13 |
server/routes/controllers/utilities | 0 | 0 | 0 | 0 | |
initializeLoginHandler.js | 0 | 0 | 0 | 0 |... 14,15,17,20,23 |
responseManager.js | 0 | 100 | 0 | 0 | 2,25,30,33 |
server/ws-routes | 0 | 0 | 0 | 0 | |
ConnectionsRepository.js | 0 | 100 | 0 | 0 | 3,7 |
ConnectionsRepositoryProvider.js | 0 | 100 | 100 | 0 | 1 |
webSocketRouting.js | 0 | 0 | 0 | 0 |... ,9,10,12,16,19 |
server/ws-routes/controllers | 0 | 0 | 0 | 0 | |
Room.js | 0 | 0 | 0 | 0 |... 30,131,132,136 |
Users.js | 0 | 0 | 0 | 0 |... 30,32,33,35,40 |
--------------------------------------|----------|----------|----------|----------|-------------------|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment