ueberauth / guardian

Elixir Authentication
MIT License
3.43k stars 382 forks source link

Improve Permissions #590

Closed doomspork closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #590 into master will increase coverage by 0.44%. The diff coverage is 93.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #590      +/-   ##
==========================================
+ Coverage   85.68%   86.12%   +0.44%     
==========================================
  Files          20       21       +1     
  Lines         426      418       -8     
==========================================
- Hits          365      360       -5     
+ Misses         61       58       -3
Impacted Files Coverage Δ
lib/guardian/plug/pipeline.ex 86.36% <ø> (ø) :arrow_up:
lib/guardian/token/jwt.ex 85.36% <ø> (ø) :arrow_up:
lib/guardian/plug/ensure_authenticated.ex 88.88% <ø> (ø) :arrow_up:
lib/guardian/permissions/bitwise_encoding.ex 100% <100%> (ø) :arrow_up:
lib/guardian/uuid.ex 100% <100%> (ø) :arrow_up:
lib/guardian/permissions.ex 100% <100%> (ø)
lib/guardian/plug.ex 83.56% <100%> (ø) :arrow_up:
lib/guardian/plug/verify_cookie.ex 91.3% <100%> (ø) :arrow_up:
lib/guardian.ex 90% <75%> (ø) :arrow_up:
lib/guardian/permissions/plug.ex 94.73% <94.73%> (ø)
... and 1 more

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 3fef64e...f9022a4. Read the comment docs.