Skip to content

Commit

Permalink
Merge pull request #50 from ntuscse/update-cd-dev
Browse files Browse the repository at this point in the history
Update cd-dev.yml
  • Loading branch information
RealDyllon authored Feb 23, 2023
2 parents ac81097 + 4229df7 commit a8f8b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- name: Setup Python
uses: actions/setup-python@v2
Expand Down

1 comment on commit a8f8b79

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
docs.py32320%1–6, 8–9, 11, 14, 17, 20, 24–26, 28, 38, 45, 47–49, 51–53, 56–59, 72–73, 76, 78
docs_generate.py10100%1–5, 7–8, 10, 12–13
root.py770%1–2, 4, 6–8, 11
api/v1/endpoints/cart/checkout
   post.py653250%44–45, 47–48, 50, 52, 54–56, 58, 66–72, 74, 84–85, 87–88, 90–91, 93, 105–107, 109, 111–113
   post_test.py14750%10, 20–22, 33–35
api/v1/endpoints/cart/quotation
   post.py19668%18–19, 21, 23, 28–29
   post_test.py10460%9, 18–20
api/v1/endpoints/orders
   get.py20385%22–24
   get_test.py150100% 
api/v1/endpoints/payments/intent
   post.py17570%18–19, 26, 29–30
   post_test.py10460%12–15
api/v1/endpoints/product_categories
   conftest.py9544%10–14
   delete.py12466%12–14, 17
   delete_test.py261157%16–19, 23, 32–37
   get.py17947%12–19, 21
   get_test.py11372%12–14
   post.py15380%19–21
   post_test.py15660%13–18
   test_utils.py181138%12–13, 19–20, 24–26, 33, 40–41, 45
api/v1/endpoints/products
   data.py20100% 
   get.py25772%19, 21–26
   get_test.py22672%13–15, 19–21
api/v1/endpoints/users
   get.py100100% 
   get_test.py110100% 
api/v1/models
   cart.py150100% 
   order_hold_entry.py100100% 
   orders.py250100% 
   product.py120100% 
api/v1/templates
   non_auth_route.py17194%12
api/v1/utils
   cart_utils.py292031%11–16, 27, 31–33, 55, 57, 65, 68–69, 71–74, 76
TOTAL52019662% 

Please sign in to comment.