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

Added PHPUnit&JS Codecov tests, CI&CD adjustments #44

Closed andrey18106 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #44 (d7adca2) into main (c94bc1f) will increase coverage by 12.76%. The diff coverage is 100.00%.

@@              Coverage Diff              @@
##               main      #44       +/-   ##
=============================================
+ Coverage     73.55%   86.32%   +12.76%     
- Complexity        0      126      +126     
=============================================
  Files            11       30       +19     
  Lines           503     1141      +638     
  Branches          0        3        +3     
=============================================
+ Hits            370      985      +615     
- Misses          133      154       +21     
- Partials          0        2        +2     
Impacted Files Coverage Δ
lib/AppInfo/Application.php 100.00% <ø> (ø)
lib/Service/PythonService.php 100.00% <ø> (ø)
lib/Service/ThriftService.php 100.00% <100.00%> (ø)
lib/Service/UtilsService.php 100.00% <100.00%> (ø)
nc_py_api/config.py 35.00% <0.00%> (-23.34%) :arrow_down:
nc_py_api/db_connectors.py 80.64% <0.00%> (-19.36%) :arrow_down:
lib/Settings/AdminSettings.php 100.00% <0.00%> (ø)
lib/Migration/Version0001Date20221207183030.php 100.00% <0.00%> (ø)
... and 15 more
bigcat88 commented 1 year ago

Wow!