Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove six #493

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Remove six #493

wants to merge 2 commits into from

Conversation

maxbelanger
Copy link
Contributor

No description provided.

Copy link

codecov bot commented May 8, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 64.26%. Comparing base (75596da) to head (b21c8a5).

Files Patch % Lines
dropbox/oauth.py 60.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #493   +/-   ##
=======================================
  Coverage   64.26%   64.26%           
=======================================
  Files          31       31           
  Lines       52609    52600    -9     
  Branches     3841     3839    -2     
=======================================
- Hits        33807    33803    -4     
+ Misses      18641    18638    -3     
+ Partials      161      159    -2     
Flag Coverage Δ
integration 64.17% <71.42%> (+<0.01%) ⬆️
unit 63.69% <42.85%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

else:
url_path_quote = urllib.quote # pylint: disable=no-member,useless-suppression
url_encode = urllib.urlencode # pylint: disable=no-member,useless-suppression

TOKEN_ACCESS_TYPES = ['offline', 'online', 'legacy']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something is missing

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.

None yet

2 participants