Skip to content

V1#1

Open
ElMonstro wants to merge 45 commits intomasterfrom
v1
Open

V1#1
ElMonstro wants to merge 45 commits intomasterfrom
v1

Conversation

@ElMonstro
Copy link
Owner

What this PR does

It adds the following endpoints and their tests:

- GET /api/v1/orders to get all the orders
- POST  /api/v1/orders to create new order
- GET  /api/v1/orders/<id> to get an orders details
- PUT  /api/v1/orders/<id> to change order completed status

Build Status:
Build Status

Code Coverage:
codecov

@codecov
Copy link

codecov bot commented Oct 21, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@0232db2). Click here to learn what that means.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #1   +/-   ##
=========================================
  Coverage          ?   94.44%           
=========================================
  Files             ?        2           
  Lines             ?       36           
  Branches          ?        3           
=========================================
  Hits              ?       34           
  Misses            ?        1           
  Partials          ?        1
Impacted Files Coverage Δ
app/api/__init__.py 100% <100%> (ø)
app/api/v1/views.py 92.85% <92.85%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0232db2...08cb976. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant