cloud-py-api / cloud_py_api

Nextcloud framework for developing apps using Python
https://apps.nextcloud.com/apps/cloud_py_api
GNU Affero General Public License v3.0
50 stars 7 forks source link

bump nc-py-api to 0.0.10 #48

Closed bigcat88 closed 1 year ago

bigcat88 commented 1 year ago

release with fix for env variables

codecov[bot] commented 1 year ago

Codecov Report

Merging #48 (47f82f0) into main (e9065e5) will increase coverage by 47.93%. The diff coverage is n/a.

@@              Coverage Diff              @@
##               main      #48       +/-   ##
=============================================
+ Coverage     51.59%   99.52%   +47.93%     
  Complexity      126      126               
=============================================
  Files            27       19        -8     
  Lines           816      638      -178     
  Branches          0        3        +3     
=============================================
+ Hits            421      635      +214     
+ Misses          395        1      -394     
- Partials          0        2        +2     
Impacted Files Coverage Δ
nc_py_api/mimetype.py
nc_py_api/db_connectors.py
nc_py_api/db_misc.py
nc_py_api/config.py
nc_py_api/db_api.py
nc_py_api/db_requests.py
nc_py_api/occ.py
nc_py_api/files.py
nc_py_api/__init__.py
nc_py_api/log.py
... and 18 more