-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from atlp-rwanda/ft-test-coverage
Ft: Increase test coverage PR
- Loading branch information
Showing
60 changed files
with
6,131 additions
and
5,479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,15 @@ env: | |
GOOGLE_CLIENT_ID: ${{secrets.GOOGLE_CLIENT_ID}} | ||
GOOGLE_CLIENT_SECRET: ${{secrets.GOOGLE_CLIENT_SECRET}} | ||
|
||
STRIPE_SECRET_KEY: ${{secrets.STRIPE_SECRET_KEYT}} | ||
TEST_USER_EMAIL: ${{secrets.TEST_USER_EMAIL}} | ||
TEST_USER_PASS: ${{secrets.TEST_USER_PASS}} | ||
TEST_VENDOR_EMAIL: ${{secrets.TEST_VENDOR_EMAIL}} | ||
TEST_VENDOR1_EMAIL: ${{secrets.TEST_VENDOR1_EMAIL}} | ||
TEST_BUYER_EMAIL: ${{secrets.TEST_BUYER_EMAIL}} | ||
TEST_SAMPLE_BUYER_EMAIL: ${{secrets.TEST_SAMPLE_BUYER_EMAIL}} | ||
TEST_VENDOR2_EMAIL: ${{secrets.TEST_VENDOR2_EMAIL}} | ||
|
||
STRIPE_SECRET_KEY: ${{secrets.STRIPE_SECRET_KEY}} | ||
|
||
jobs: | ||
build-lint-test-coverage: | ||
|
@@ -48,4 +56,4 @@ jobs: | |
- name: Upload coverage report to Coveralls | ||
uses: coverallsapp/[email protected] | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ package-lock.json | |
coverage/ | ||
dist | ||
/src/logs | ||
.DS_Store | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
Merge branch 'develop' of https://github.com/atlp-rwanda/knights-ecomm-be into ft-coverage | ||
|
||
# Conflicts: | ||
# src/routes/index.ts | ||
# | ||
# It looks like you may be committing a merge. | ||
# If this is not correct, please remove the file | ||
# .git/MERGE_HEAD | ||
# and try again. | ||
|
||
|
||
# Please enter the commit message for your changes. Lines starting | ||
# with '#' will be ignored, and an empty message aborts the commit. | ||
# | ||
# On branch ft-coverage | ||
# Your branch is up to date with 'origin/ft-coverage'. | ||
# | ||
# All conflicts fixed but you are still merging. | ||
# | ||
# Changes to be committed: | ||
# modified: package.json | ||
# modified: src/__test__/cart.test.ts | ||
# new file: src/__test__/isValid.test.ts | ||
# new file: src/__test__/login.service.test.ts | ||
# new file: src/__test__/notification.test.ts | ||
# modified: src/__test__/test-assets/DatabaseCleanup.ts | ||
# new file: src/__test__/user,Route.test.ts | ||
# new file: src/__test__/user.profile.update.service.test.ts | ||
# new file: src/controllers/notificationControllers.ts | ||
# modified: src/controllers/orderController.ts | ||
# new file: src/docs/notifications.yml | ||
# modified: src/docs/orderDocs.yml | ||
# new file: src/entities/Notification.ts | ||
# new file: src/entities/NotificationItem.ts | ||
# modified: src/entities/VendorOrderItem.ts | ||
# modified: src/helper/verify.ts | ||
# new file: src/routes/NoficationRoutes.ts | ||
# modified: src/routes/ProductRoutes.ts | ||
# modified: src/routes/index.ts | ||
# modified: src/services/adminOrderServices/updateOrder.ts | ||
# modified: src/services/couponServices/buyerApplyCoupon.ts | ||
# modified: src/services/couponServices/createCouponService.ts | ||
# modified: src/services/feedbackServices/createFeedback.ts | ||
# modified: src/services/index.ts | ||
# new file: src/services/notificationServices/deleteNotification.ts | ||
# new file: src/services/notificationServices/getNotifications.ts | ||
# new file: src/services/notificationServices/updateNotification.ts | ||
# modified: src/services/orderServices/createOrder.ts | ||
# modified: src/services/orderServices/getOrderService.ts | ||
# modified: src/services/orderServices/updateOrderService.ts | ||
# modified: src/services/userServices/userDisableTwoFactorAuth.ts | ||
# modified: src/services/userServices/userEnableTwoFactorAuth.ts | ||
# new file: src/utils/getNotifications.ts | ||
# new file: src/utils/sendNotification.ts | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.