EnterpriseyIntranet / nextcloud-API

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

Initial introduction of exceptions to requests. #48

Open matejak opened 4 years ago

scrutinizer-notifier commented 4 years ago

The inspection completed: 1 new issues, 11 updated code elements

codecov-io commented 4 years ago

Codecov Report

Merging #48 into master will decrease coverage by 2.18%. The diff coverage is 64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   92.71%   90.52%   -2.19%     
==========================================
  Files          17       17              
  Lines         563      623      +60     
==========================================
+ Hits          522      564      +42     
- Misses         41       59      +18
Impacted Files Coverage Δ
src/nextcloud/api_wrappers/apps.py 100% <100%> (ø) :arrow_up:
src/nextcloud/base.py 76% <60%> (-24%) :arrow_down:
src/nextcloud/api_wrappers/user_ldap.py 100% <0%> (ø) :arrow_up:

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 3253a7c...60a099d. Read the comment docs.

luffah commented 3 years ago

Note : This PR don't solve #5.

Maybe the PR will benefit of filling the description (with API reference source) and maybe associating it to a specific issue report.