gilesknap / gphotos-sync

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

Tidy CI and docs #346

Closed gilesknap closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #346 (f104261) into master (376fa3a) will increase coverage by 0.71%. The diff coverage is 87.64%.

@@            Coverage Diff             @@
##           master     #346      +/-   ##
==========================================
+ Coverage   87.37%   88.08%   +0.71%     
==========================================
  Files          26       25       -1     
  Lines        1948     1955       +7     
==========================================
+ Hits         1702     1722      +20     
+ Misses        246      233      -13     
Impacted Files Coverage Δ
src/gphotos_sync/GoogleAlbumMedia.py 100.00% <ø> (ø)
src/gphotos_sync/Queries.py 100.00% <ø> (ø)
src/gphotos_sync/__main__.py 0.00% <0.00%> (ø)
src/gphotos_sync/authorize.py 90.56% <58.33%> (ø)
src/gphotos_sync/Logging.py 89.28% <66.66%> (ø)
src/gphotos_sync/__init__.py 75.00% <75.00%> (ø)
src/gphotos_sync/Main.py 83.50% <84.61%> (ø)
src/gphotos_sync/GoogleAlbumsSync.py 91.05% <86.66%> (ø)
src/gphotos_sync/LocalFilesRow.py 86.36% <88.88%> (ø)
src/gphotos_sync/GooglePhotosDownload.py 79.89% <91.66%> (ø)
... and 21 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 a6b0dde...f104261. Read the comment docs.