dropbox / dropbox-sdk-python

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

add GitHub URL for PyPi #417

Closed andriyor closed 2 years ago

andriyor commented 2 years ago

Checklist

General Contributing

Is This a Code Change?

Validation

Warehouse now uses the project_urls provided to display links in the sidebar on this screen, as well as including them in API responses to help the automation tool find the source code for Requests.

Docs: packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#project-urls

codecov[bot] commented 2 years ago

Codecov Report

Merging #417 (4fb2ca0) into main (7435005) will decrease coverage by 0.57%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #417      +/-   ##
==========================================
- Coverage   64.24%   63.66%   -0.58%     
==========================================
  Files          30       30              
  Lines       51645    51645              
  Branches     5745     5745              
==========================================
- Hits        33180    32881     -299     
- Misses      18306    18730     +424     
+ Partials      159       34     -125     
Flag Coverage Δ
integration ?
unit 63.66% <ø> (ø)

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

Impacted Files Coverage Δ
dropbox/stone_serializers.py 0.00% <0.00%> (-100.00%) :arrow_down:
dropbox/dropbox_client.py 38.43% <0.00%> (-34.36%) :arrow_down:
dropbox/exceptions.py 61.22% <0.00%> (-16.33%) :arrow_down:
dropbox/check.py 77.77% <0.00%> (-8.34%) :arrow_down:
dropbox/common.py 72.44% <0.00%> (-5.52%) :arrow_down:
dropbox/users.py 62.93% <0.00%> (-4.08%) :arrow_down:
dropbox/team_common.py 72.99% <0.00%> (-3.65%) :arrow_down:
dropbox/base.py 25.87% <0.00%> (-3.37%) :arrow_down:
dropbox/files.py 66.86% <0.00%> (-1.85%) :arrow_down:
dropbox/base_team.py 29.08% <0.00%> (-1.45%) :arrow_down:
... and 2 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 7435005...4fb2ca0. Read the comment docs.