derrix060 / onedriveClient

A Microsoft OneDrive and OneDrive for Business client for Linux, written in Python3.
MIT License
65 stars 10 forks source link

Rename onedrived to onedrive-client #31

Closed modelmat closed 5 years ago

modelmat commented 6 years ago

Tested and it seems to work! Fixes #28 Remind me to edit the AUR package once merged.

codecov-io commented 6 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 68.75%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   49.07%   49.07%           
=======================================
  Files          38       38           
  Lines        2372     2372           
  Branches      331      331           
=======================================
  Hits         1164     1164           
  Misses       1148     1148           
  Partials       60       60
Impacted Files Coverage Δ
onedrive_client/od_tasks/base.py 90% <ø> (ø)
onedrive_client/od_tasks/update_item_base.py 31.25% <ø> (ø)
onedrive_client/od_webhooks/http_server.py 0% <ø> (ø)
onedrive_client/od_dateutils.py 92.3% <ø> (ø)
onedrive_client/od_models/path_filter.py 100% <ø> (ø)
onedrive_client/od_task.py 98.03% <ø> (ø)
onedrive_client/od_tasks/move_item.py 23.91% <ø> (ø)
onedrive_client/od_models/__init__.py 100% <ø> (ø)
onedrive_client/od_models/drive_config.py 100% <ø> (ø)
onedrive_client/od_tasks/update_subscriptions.py 89.65% <ø> (ø)
... and 28 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 e1a330c...b931e24. Read the comment docs.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 448260409


Changes Missing Coverage Covered Lines Changed/Added Lines %
onedrive_client/od_i18n.py 1 2 50.0%
onedrive_client/od_main.py 1 3 33.33%
onedrive_client/od_pref.py 3 5 60.0%
<!-- Total: 11 16 68.75% -->
Totals Coverage Status
Change from base Build 435177640: 0.0%
Covered Lines: 1222
Relevant Lines: 2372

💛 - Coveralls