gilesknap / gphotos-sync

Google Photos and Albums backup with Google Photos Library API
Apache License 2.0
1.97k stars 163 forks source link

Switching to non pipenv skeleton framework #345

Closed gilesknap closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #345 (8176d7a) into skeleton (49f5f69) will increase coverage by 1.64%. The diff coverage is 90.00%.

:exclamation: Current head 8176d7a differs from pull request most recent head 83a42f3. Consider uploading reports for the commit 83a42f3 to get more accurate results

@@             Coverage Diff              @@
##           skeleton     #345      +/-   ##
============================================
+ Coverage     86.43%   88.08%   +1.64%     
============================================
  Files            26       25       -1     
  Lines          2005     1955      -50     
============================================
- Hits           1733     1722      -11     
+ Misses          272      233      -39     
Impacted Files Coverage Δ
src/gphotos_sync/Checks.py 98.44% <ø> (ø)
src/gphotos_sync/LocalFilesRow.py 86.36% <ø> (-0.60%) :arrow_down:
src/gphotos_sync/__main__.py 0.00% <ø> (ø)
src/gphotos_sync/__init__.py 75.00% <75.00%> (-25.00%) :arrow_down:
src/gphotos_sync/Main.py 83.50% <94.44%> (+0.17%) :arrow_up:
src/gphotos_sync/GoogleAlbumsSync.py 91.05% <100.00%> (+1.05%) :arrow_up:
src/gphotos_sync/Settings.py 100.00% <0.00%> (ø)
src/gphotos_sync/restclient.py 87.87% <0.00%> (+0.18%) :arrow_up:
src/gphotos_sync/LocalData.py 88.73% <0.00%> (+0.21%) :arrow_up:
src/gphotos_sync/GooglePhotosIndex.py 94.89% <0.00%> (+0.72%) :arrow_up:
... 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 49f5f69...83a42f3. Read the comment docs.