dropbox-sdk-python icon indicating copy to clipboard operation
dropbox-sdk-python copied to clipboard

Restore CI, including Python 2.7

Open maxbelanger opened this issue 1 year ago • 1 comments

  • Restores CI to a green state to aid in landing other changes.
  • Python 2.7 is still covered, but only on Ubuntu and excluding PyPy. Changes are made to requirements.txt et al to ensure this works.
  • Fixes an integration test breaking due to backend changes, to be investigated separately.

maxbelanger avatar May 07 '24 19:05 maxbelanger

Looks good to me, with the caveat that I am relying on the CI/CD pipeline to test this for me.

april avatar May 07 '24 21:05 april

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.26%. Comparing base (487793d) to head (8cca9df).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #492      +/-   ##
==========================================
+ Coverage   63.69%   64.26%   +0.56%     
==========================================
  Files          31       31              
  Lines       52609    52609              
  Branches     3841     3841              
==========================================
+ Hits        33510    33807     +297     
+ Misses      19064    18641     -423     
- Partials       35      161     +126     
Flag Coverage Δ
integration 64.17% <ø> (?)
unit 63.69% <ø> (ø)

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 08 '24 22:05 codecov[bot]