dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
937 stars 317 forks source link

Add Support for Multi-Auth #371

Closed mtruong-dbx closed 3 years ago

mtruong-dbx commented 3 years ago

Checklist

General Contributing

Is This a Code Change?

Validation

codecov[bot] commented 3 years ago

Codecov Report

Merging #371 (5a587e5) into main (fa606b8) will increase coverage by 0.00%. The diff coverage is 40.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #371   +/-   ##
=======================================
  Coverage   63.63%   63.63%           
=======================================
  Files          30       30           
  Lines       50822    50823    +1     
  Branches     3724     3724           
=======================================
+ Hits        32341    32343    +2     
  Misses      18453    18453           
+ Partials       28       27    -1     
Flag Coverage Δ
unit 63.63% <40.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dropbox/dropbox_client.py 38.11% <40.00%> (+0.56%) :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 fa606b8...5a587e5. Read the comment docs.

mtruong-dbx commented 3 years ago

Rebase with main