team-folivora / annoto

Medical annotation tool
MIT License
0 stars 1 forks source link

Feat/78 session #93

Closed bewee closed 2 years ago

bewee commented 2 years ago

Closes #78

Changes made by this Pull Request

Definition of Done

bewee commented 2 years ago

We based all our work on this tutorial: https://testdriven.io/blog/fastapi-jwt-auth/

codecov-commenter commented 2 years ago

Codecov Report

Merging #93 (0e8705e) into dev (0d8aeae) will decrease coverage by 0.68%. The diff coverage is 94.59%.

@@            Coverage Diff             @@
##              dev      #93      +/-   ##
==========================================
- Coverage   97.29%   96.61%   -0.69%     
==========================================
  Files          15       18       +3     
  Lines         296      354      +58     
==========================================
+ Hits          288      342      +54     
- Misses          8       12       +4     
Impacted Files Coverage Δ
api/mod/src/routers/images.py 95.55% <84.61%> (-4.45%) :arrow_down:
api/mod/src/auth/auth_bearer.py 88.88% <88.88%> (ø)
api/mod/src/app.py 100.00% <100.00%> (ø)
api/mod/src/auth/auth_handler.py 100.00% <100.00%> (ø)
api/mod/src/models/annotation.py 100.00% <100.00%> (ø)
api/mod/src/models/login.py 100.00% <100.00%> (ø)
api/mod/src/routers/login.py 100.00% <100.00%> (ø)
api/mod/src/routers/ping.py 100.00% <100.00%> (ø)
api/mod/src/routers/tasks.py 100.00% <100.00%> (ø)
api/mod/src/settings.py 100.00% <100.00%> (ø)

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 0d8aeae...0e8705e. Read the comment docs.

bewee commented 2 years ago

Let's do it then!