uppsaladatavetare / foobar-api

The backend of the FooBar kiosk and inventory system.
MIT License
12 stars 6 forks source link

Fixed form validation and refactored token authentication #40

Closed kjagiello closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #40 into develop will decrease coverage by 0.07%. The diff coverage is 93.02%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #40      +/-   ##
===========================================
- Coverage    90.28%   90.21%   -0.08%     
===========================================
  Files           74       75       +1     
  Lines         2801     2820      +19     
  Branches       150      151       +1     
===========================================
+ Hits          2529     2544      +15     
- Misses         248      250       +2     
- Partials        24       26       +2
Impacted Files Coverage Δ
src/foobar/views/forms.py 100% <ø> (ø)
src/foobar/tests/test_views.py 100% <100%> (ø) :arrow_up:
src/foobar/views/__init__.py 95.12% <100%> (ø)
src/foobar/views/decorators.py 84.21% <84.21%> (ø)
src/shop/models.py 84.61% <0%> (ø) :arrow_up:
src/foobar/urls.py 63.63% <0%> (+1.13%) :arrow_up:

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 9d7310a...f9f80fd. Read the comment docs.