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

Use internal OC TAR to unpack archive #107

Closed andrey18106 closed 1 year ago

andrey18106 commented 1 year ago

Resolves: https://github.com/cloud-py-api/mediadc/issues/151

Fixes usage of str_contains function, available only from PHP8, changed to strpos function.

codecov[bot] commented 1 year ago

Codecov Report

Merging #107 (2a65196) into main (39e85eb) will increase coverage by 0.10%. The diff coverage is 0.00%.

:exclamation: Current head 2a65196 differs from pull request most recent head 394a773. Consider uploading reports for the commit 394a773 to get more accurate results

@@             Coverage Diff              @@
##               main     #107      +/-   ##
============================================
+ Coverage     65.86%   65.97%   +0.10%     
  Complexity      197      197              
============================================
  Files            25       25              
  Lines          1207     1205       -2     
============================================
  Hits            795      795              
+ Misses          412      410       -2     
Impacted Files Coverage Δ
lib/Service/UtilsService.php 25.93% <0.00%> (+0.13%) :arrow_up: