owncloud / data_exporter

Export/Import for ownCloud user data
GNU General Public License v2.0
7 stars 5 forks source link

Export file-id's #132

Closed IljaN closed 4 years ago

IljaN commented 4 years ago

Required if files are exported directly from objectstore they are placed in a flat directory hierarchy where the file is named like the file-id.

codecov-io commented 4 years ago

Codecov Report

Merging #132 into master will increase coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #132      +/-   ##
============================================
+ Coverage     86.78%   86.95%   +0.16%     
- Complexity      197      199       +2     
============================================
  Files            32       32              
  Lines           923      935      +12     
============================================
+ Hits            801      813      +12     
  Misses          122      122
Impacted Files Coverage Δ Complexity Δ
lib/Exporter.php 100% <100%> (ø) 3 <2> (ø) :arrow_down:
lib/Utilities/StreamHelper.php 96% <100%> (+0.34%) 10 <1> (ø) :arrow_down:
lib/Extractor/MetadataExtractor.php 100% <100%> (ø) 2 <1> (ø) :arrow_down:
lib/Serializer.php 100% <100%> (ø) 4 <1> (+1) :arrow_up:
...actor/MetadataExtractor/FilesMetadataExtractor.php 100% <100%> (ø) 7 <6> (+1) :arrow_up:
lib/Command/ExportUser.php 84.21% <100%> (+1.85%) 4 <0> (ø) :arrow_down:

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 9faffe5...6e941bd. Read the comment docs.