EnterpriseyIntranet / nextcloud-API

NextCloud OCS API for Python
GNU General Public License v3.0
27 stars 27 forks source link

Rename module from NextCloud to nextcloud #27

Closed danil-topchiy closed 5 years ago

matejak commented 5 years ago

Great one, but I target it as one of the last PRs to merge to avoid conflicts.

matejak commented 5 years ago

Please rebase against current master, it will bring the tests on.

scrutinizer-notifier commented 5 years ago

The inspection completed: 114 updated code elements

codecov-io commented 5 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   92.63%   92.63%           
=======================================
  Files          17       17           
  Lines         516      516           
=======================================
  Hits          478      478           
  Misses         38       38
Impacted Files Coverage Δ
src/nextcloud/response.py 84.84% <ø> (ø)
src/nextcloud/base.py 100% <ø> (ø)
src/nextcloud/__init__.py 100% <ø> (ø)
src/nextcloud/NextCloud.py 100% <ø> (ø)
src/nextcloud/requester.py 96.29% <ø> (ø)
src/nextcloud/api_wrappers/__init__.py 100% <ø> (ø)
...rc/nextcloud/api_wrappers/federated_cloudshares.py 42.3% <100%> (ø)
src/nextcloud/api_wrappers/notifications.py 91.66% <100%> (ø)
src/nextcloud/api_wrappers/share.py 86% <100%> (ø)
src/nextcloud/api_wrappers/group.py 100% <100%> (ø)
... and 7 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 a9b8b6f...5b52538. Read the comment docs.

matejak commented 5 years ago

Great, thank you very much!

danil-topchiy commented 5 years ago

Rebased