spencerlepine / woofer

Dating app for pets - a full stack MERN project. Complete with CI/CD pipeline w/ Jest, GitHub Actions, Docker Hub, and AWS EC2
https://youtu.be/aiJhCoZRc78
2 stars 1 forks source link

TEST COVERAGE REPORTS ✅ #82

Closed spencerlepine closed 2 years ago

spencerlepine commented 2 years ago

Server Coverage

Screen Shot 2022-05-01 at 6 33 29 PM Screen Shot 2022-05-01 at 6 33 41 PM Screen Shot 2022-05-01 at 6 33 53 PM Screen Shot 2022-05-01 at 6 34 02 PM

Client Coverage

Screen Shot 2022-05-01 at 6 32 30 PM Screen Shot 2022-05-01 at 6 32 49 PM Screen Shot 2022-05-01 at 6 33 06 PM
spencerlepine commented 2 years ago

Server Coverage Text Output

All files

89.08% Statements 645/724 75.67% Branches 140/185 82.94% Functions 141/170 89.37% Lines 639/715

File |   | Statements |   | Branches |   | Functions |   | Lines |   -- | -- | -- | -- | -- | -- | -- | -- | -- | -- src/controllers/chats |   | 100% | 1/1 | 100% | 0/0 | 100% | 0/0 | 100% | 1/1 src/controllers/chats/addUserToChat |   | 100% | 11/11 | 100% | 2/2 | 100% | 2/2 | 100% | 11/11 src/controllers/chats/gatherChatHistory |   | 100% | 7/7 | 100% | 4/4 | 100% | 2/2 | 100% | 7/7 src/controllers/chats/generateChatRoomId |   | 100% | 12/12 | 100% | 0/0 | 100% | 2/2 | 100% | 11/11 src/controllers/chats/removeUserFromChat |   | 100% | 12/12 | 100% | 2/2 | 100% | 3/3 | 100% | 12/12 src/controllers/chats/removeUserFromChat/removeChatFromList |   | 100% | 7/7 | 100% | 2/2 | 100% | 2/2 | 100% | 7/7 src/controllers/chats/saveMessageToChatHistory |   | 100% | 11/11 | 100% | 4/4 | 100% | 2/2 | 100% | 11/11 src/controllers/matches |   | 100% | 1/1 | 100% | 0/0 | 100% | 0/0 | 100% | 1/1 src/controllers/matches/gatherMatchStatus |   | 100% | 19/19 | 100% | 12/12 | 100% | 7/7 | 100% | 19/19 src/controllers/matches/updateSwipeRecord |   | 100% | 13/13 | 100% | 4/4 | 100% | 2/2 | 100% | 13/13 src/controllers/profile |   | 100% | 1/1 | 100% | 0/0 | 100% | 0/0 | 100% | 1/1 src/controllers/profile/filterUserProfile |   | 100% | 4/4 | 100% | 0/0 | 100% | 1/1 | 100% | 4/4 src/controllers/profile/getFullUserProfile |   | 100% | 8/8 | 100% | 2/2 | 100% | 3/3 | 100% | 8/8 src/controllers/signup/polyFillUser |   | 100% | 4/4 | 100% | 0/0 | 100% | 1/1 | 100% | 4/4 src/controllers/zipcodes |   | 100% | 1/1 | 100% | 0/0 | 100% | 0/0 | 100% | 1/1 src/controllers/zipcodes/addZipCodeToProfile |   | 100% | 16/16 | 100% | 2/2 | 100% | 3/3 | 100% | 16/16 src/controllers/zipcodes/removeZipCodeFromProfile |   | 100% | 16/16 | 100% | 2/2 | 100% | 3/3 | 100% | 16/16 src/controllers/zipcodes/userToZipPoolDoc |   | 100% | 16/16 | 100% | 4/4 | 100% | 5/5 | 100% | 16/16 src/models |   | 100% | 1/1 | 100% | 0/0 | 100% | 0/0 | 100% | 1/1 src/models/Chat |   | 100% | 3/3 | 100% | 0/0 | 100% | 0/0 | 100% | 3/3 src/models/DogUser |   | 100% | 3/3 | 100% | 0/0 | 100% | 0/0 | 100% | 3/3 src/models/MatchQueue |   | 100% | 3/3 | 100% | 0/0 | 100% | 0/0 | 100% | 3/3 src/models/MatchRecords |   | 100% | 3/3 | 100% | 0/0 | 100% | 0/0 | 100% | 3/3 src/models/Message |   | 100% | 3/3 | 100% | 0/0 | 100% | 0/0 | 100% | 3/3 src/models/ZipcodePool |   | 100% | 3/3 | 100% | 0/0 | 100% | 0/0 | 100% | 3/3 src/routes |   | 100% | 15/15 | 100% | 0/0 | 100% | 0/0 | 100% | 15/15 src/routes/chatRoutes |   | 100% | 9/9 | 100% | 0/0 | 100% | 0/0 | 100% | 9/9 src/routes/matchesRoutes |   | 100% | 8/8 | 100% | 0/0 | 100% | 0/0 | 100% | 8/8 src/routes/profileRoutes |   | 100% | 8/8 | 100% | 0/0 | 100% | 0/0 | 100% | 8/8 src/routes/signupRoutes |   | 100% | 5/5 | 100% | 0/0 | 100% | 0/0 | 100% | 5/5 src/routes/statusRoutes |   | 100% | 5/5 | 100% | 0/0 | 100% | 1/1 | 100% | 5/5 src/routes/zipcodesRoutes |   | 100% | 6/6 | 100% | 0/0 | 100% | 0/0 | 100% | 6/6 src/utils |   | 100% | 7/7 | 100% | 4/4 | 100% | 1/1 | 100% | 7/7 src/controllers/matches/generateMoreQueueMatches |   | 95.08% | 58/61 | 73.91% | 17/23 | 100% | 24/24 | 94.82% | 55/58 src/controllers/zipcodes/addUserZipCode |   | 95% | 19/20 | 100% | 12/12 | 83.33% | 5/6 | 95% | 19/20 src/models/modelHelpers |   | 93.93% | 31/33 | 66.66% | 4/6 | 100% | 8/8 | 93.93% | 31/33 src/controllers/matches/saveUserSwipeChoice |   | 93.54% | 29/31 | 90% | 9/10 | 90% | 9/10 | 93.54% | 29/31 src/controllers/zipcodes/removeUserZipCode |   | 93.33% | 14/15 | 100% | 4/4 | 80% | 4/5 | 93.33% | 14/15 src/controllers/chats/createNewChat |   | 90.9% | 10/11 | 100% | 2/2 | 75% | 3/4 | 90.9% | 10/11 src/controllers/matches/fetchMatchQueue |   | 90.9% | 10/11 | 83.33% | 5/6 | 100% | 4/4 | 90.9% | 10/11 src/controllers/profile/getUserProfile |   | 90% | 9/10 | 100% | 2/2 | 66.66% | 2/3 | 90% | 9/10 src/controllers/chats/deleteChatRoom |   | 88.88% | 8/9 | 100% | 2/2 | 75% | 3/4 | 88.88% | 8/9 src/controllers/chats/fetchChatHistory |   | 88.88% | 8/9 | 100% | 2/2 | 66.66% | 2/3 | 88.88% | 8/9 src/controllers/matches/fetchMatchStatus |   | 88.88% | 8/9 | 100% | 2/2 | 66.66% | 2/3 | 88.88% | 8/9 src/controllers/matches/saveUserSwipeChoice/isMutualMatch |   | 88.88% | 8/9 | 100% | 4/4 | 100% | 2/2 | 87.5% | 7/8 src/controllers/signup |   | 88.88% | 8/9 | 100% | 0/0 | 66.66% | 2/3 | 88.88% | 8/9 config |   | 88.23% | 30/34 | 41.66% | 5/12 | 75% | 6/8 | 90.62% | 29/32 src/controllers/chats/fetchLatestChatMessage |   | 87.5% | 7/8 | 100% | 2/2 | 66.66% | 2/3 | 87.5% | 7/8 src/controllers/profile/updateUserProfile |   | 87.5% | 7/8 | 100% | 0/0 | 66.66% | 2/3 | 87.5% | 7/8 src/controllers/matches/fetchPossibleMatch |   | 86.95% | 20/23 | 91.66% | 11/12 | 83.33% | 5/6 | 86.95% | 20/23 src/controllers/matches/gatherPreviosUserMatches |   | 85.71% | 6/7 | 75% | 3/4 | 100% | 2/2 | 85.71% | 6/7 src/controllers/matches/gatherUserMatchQueue |   | 85.71% | 6/7 | 75% | 3/4 | 100% | 2/2 | 85.71% | 6/7 src |   | 83.87% | 52/62 | 37.5% | 3/8 | 50% | 2/4 | 83.87% | 52/62 src/controllers/matches/accumulateZipPoolUsers |   | 83.33% | 15/18 | 75% | 3/4 | 100% | 6/6 | 83.33% | 15/18 tests/utils |   | 58.97% | 23/39 | 25% | 1/4 | 44.44% | 4/9 | 62.16% | 23/37 src/middlewares |   | 44% | 11/25 | 0% | 0/16 | 0% | 0/2 | 44% | 11/25 src/controllers/chats/fetchUserChats |   | 42.85% | 3/7 | 100% | 0/0 | 0% | 0/3 | 42.85% | 3/7 src/controllers/profile/deleteUserProfile |   | 42.85% | 3/7 | 100% | 0/0 | 0% | 0/3 | 42.85% | 3/7
spencerlepine commented 2 years ago

Client Text Output

All files

58.59% Statements 627/1070 45.92% Branches 141/307 41.22% Functions 148/359 59.44% Lines 617/1038

File |   | Statements |   | Branches |   | Functions |   | Lines |   -- | -- | -- | -- | -- | -- | -- | -- | -- | -- src/api/zipcodes |   | 100% | 20/20 | 80% | 8/10 | 100% | 8/8 | 100% | 20/20 src/components |   | 100% | 2/2 | 100% | 0/0 | 100% | 1/1 | 100% | 2/2 src/components/Routes |   | 100% | 2/2 | 100% | 0/0 | 100% | 1/1 | 100% | 2/2 src/components/pages/HomePage |   | 100% | 3/3 | 100% | 0/0 | 100% | 1/1 | 100% | 3/3 src/components/ui/Footer |   | 100% | 3/3 | 100% | 0/0 | 100% | 2/2 | 100% | 3/3 src/components/ui/NotificationsPopup |   | 100% | 5/5 | 100% | 0/0 | 100% | 2/2 | 100% | 4/4 src/components/ui/ViewLayout |   | 100% | 3/3 | 100% | 0/0 | 100% | 1/1 | 100% | 3/3 src/config |   | 100% | 18/18 | 100% | 0/0 | 100% | 0/0 | 100% | 18/18 src/hooks/useAuthRedirect |   | 100% | 10/10 | 88.88% | 8/9 | 100% | 2/2 | 100% | 10/10 src/components/pages/HomePage/Swiper |   | 95.65% | 22/23 | 71.42% | 10/14 | 100% | 6/6 | 95.65% | 22/23 src/utils |   | 95% | 19/20 | 87.5% | 7/8 | 100% | 5/5 | 95% | 19/20 src/components/pages/ChatListPage/ChatList |   | 94.73% | 18/19 | 80% | 8/10 | 83.33% | 5/6 | 94.73% | 18/19 src/components/pages/HomePage/Swiper/ImageCarousel |   | 90.47% | 19/21 | 80% | 8/10 | 100% | 6/6 | 90.47% | 19/21 src/components/pages/ChatPage/ChatMessenger |   | 90% | 27/30 | 68.75% | 11/16 | 71.42% | 5/7 | 89.65% | 26/29 src/components/pages/ProfilePage/Profile |   | 87.5% | 7/8 | 75% | 6/8 | 75% | 3/4 | 87.5% | 7/8 src/components/ui/MatchMadePopup |   | 85.71% | 12/14 | 50% | 2/4 | 100% | 2/2 | 85.71% | 12/14 src/components/UserInfo |   | 81.25% | 13/16 | 50% | 3/6 | 100% | 2/2 | 81.25% | 13/16 src/components/pages/HomePage/MissingInfoWarning |   | 80.95% | 17/21 | 70.58% | 12/17 | 80% | 4/5 | 80.95% | 17/21 src/context/ChatsContext |   | 78.26% | 18/23 | 100% | 0/0 | 66.66% | 4/6 | 77.27% | 17/22 src/components/ui/AccountForm |   | 77.77% | 14/18 | 25% | 1/4 | 40% | 2/5 | 82.35% | 14/17 constants |   | 77.5% | 31/40 | 0% | 0/2 | 60% | 3/5 | 77.5% | 31/40 src/api/firebase |   | 73.33% | 22/30 | 77.77% | 7/9 | 40% | 4/10 | 72.41% | 21/29 src/components/ui/Navbar |   | 71.42% | 15/21 | 27.27% | 3/11 | 50% | 4/8 | 75% | 15/20 src/components/ui/Popup |   | 70% | 7/10 | 100% | 2/2 | 25% | 1/4 | 77.77% | 7/9 src/components/pages/ProfilePage/Profile/GeneralTab |   | 67.5% | 27/40 | 85.71% | 12/14 | 55% | 11/20 | 74.28% | 26/35 src/components/pages/ChatListPage |   | 66.66% | 2/3 | 100% | 0/0 | 0% | 0/1 | 100% | 2/2 src/components/pages/ChatPage |   | 66.66% | 2/3 | 100% | 0/0 | 0% | 0/1 | 100% | 2/2 src/components/pages/ProfilePage |   | 66.66% | 2/3 | 100% | 0/0 | 0% | 0/1 | 66.66% | 2/3 src/components/pages/SettingsPage |   | 66.66% | 2/3 | 100% | 0/0 | 0% | 0/1 | 66.66% | 2/3 src/components/pages/WelcomePage |   | 66.66% | 2/3 | 100% | 0/0 | 0% | 0/1 | 66.66% | 2/3 src/hooks/useOutsideClick |   | 66.66% | 4/6 | 0% | 0/4 | 75% | 3/4 | 66.66% | 4/6 src/context/SwiperContext |   | 62.5% | 25/40 | 0% | 0/8 | 45.45% | 5/11 | 61.11% | 22/36 src/api/matches |   | 58.82% | 10/17 | 0% | 0/2 | 37.5% | 3/8 | 58.82% | 10/17 src/components/pages/HomePage/Swiper/SwipeButtons |   | 57.14% | 4/7 | 100% | 0/0 | 33.33% | 1/3 | 57.14% | 4/7 src/components/pages/ChatPage/ChatMessenger/Messages |   | 53.84% | 21/39 | 12.5% | 1/8 | 38.46% | 5/13 | 55.26% | 21/38 src/components/ui/AccountFormWrapper |   | 53.12% | 17/32 | 30% | 3/10 | 45.45% | 5/11 | 53.33% | 16/30 src/api/chats |   | 50% | 20/40 | 20% | 2/10 | 38.09% | 8/21 | 50% | 20/40 src/components/pages/MissingPage |   | 50% | 1/2 | 100% | 0/0 | 0% | 0/1 | 50% | 1/2 src/api/account |   | 44% | 33/75 | 31.81% | 7/22 | 27.02% | 10/37 | 44.59% | 33/74 src/context/AuthContext |   | 43.33% | 26/60 | 50% | 2/4 | 20.83% | 5/24 | 44.64% | 25/56 src/components/pages/ProfilePage/Profile/PreferenceTab |   | 41.81% | 23/55 | 40% | 4/10 | 33.33% | 7/21 | 45.09% | 23/51 src/components/pages/ChatPage/ChatMessenger/MessageInput |   | 40% | 4/10 | 0% | 0/2 | 33.33% | 1/3 | 40% | 4/10 src/components/pages/SettingsPage/SettingsForm |   | 39.77% | 35/88 | 28.57% | 8/28 | 24.13% | 7/29 | 40.22% | 35/87 src/components/pages/ProfilePage/Profile/ImagesTab |   | 33.87% | 21/62 | 46.15% | 6/13 | 14.28% | 3/21 | 34.42% | 21/61 src/components/pages/LoginPage |   | 33.33% | 3/9 | 100% | 0/0 | 0% | 0/3 | 33.33% | 3/9 src/components/pages/SignupPage |   | 26.66% | 4/15 | 0% | 0/6 | 0% | 0/4 | 26.66% | 4/15 src/components/pages/MatchPage |   | 23.07% | 6/26 | 0% | 0/8 | 0% | 0/6 | 23.07% | 6/26 src/components/pages/ChatListPage/ChatList/OpenChatLink |   | 12.19% | 5/41 | 0% | 0/18 | 0% | 0/9 | 12.19% | 5/41 src/components/pages/ChatPage/ChatMessenger/ChatInfoPopUp |   | 9.09% | 1/11 | 100% | 0/0 | 0% | 0/6 | 9.09% | 1/11 src/components/pages |   | 0% | 0/0 | 0% | 0/0 | 0% | 0/0 | 0% | 0/0