owncloud / data_exporter

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

Import/Export TrashBin #126

Closed IljaN closed 4 years ago

IljaN commented 4 years ago

Requires #124 Closes #98

codecov[bot] commented 4 years ago

Codecov Report

Merging #126 into master will decrease coverage by 0.83%. The diff coverage is 83.78%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #126      +/-   ##
============================================
- Coverage     86.93%   86.09%   -0.84%     
- Complexity      202      234      +32     
============================================
  Files            32       35       +3     
  Lines           949     1115     +166     
============================================
+ Hits            825      960     +135     
- Misses          124      155      +31
Impacted Files Coverage Δ Complexity Δ
lib/Utilities/StreamHelper.php 96% <ø> (ø) 10 <0> (ø) :arrow_down:
lib/Importer.php 0% <0%> (ø) 4 <0> (ø) :arrow_down:
lib/Extractor/FilesExtractor.php 86.36% <100%> (-1.14%) 7 <7> (ø)
lib/Importer/TrashBinImporter.php 72.3% <72.3%> (ø) 12 <12> (?)
...s/Iterators/Nodes/RecursiveNodeIteratorFactory.php 93.75% <87.5%> (-6.25%) 4 <2> (+2)
lib/Command/ExportUser.php 81.81% <88.88%> (-2.4%) 4 <1> (ø)
lib/Extractor/MetadataExtractor.php 96.29% <92.3%> (-3.71%) 5 <4> (+3)
.../Extractor/MetadataExtractor/TrashBinExtractor.php 94.87% <94.87%> (ø) 8 <8> (?)
lib/Exporter.php 96.42% <95%> (-3.58%) 5 <5> (+2)
lib/Platform.php 95.65% <95.65%> (ø) 5 <5> (?)
... and 4 more

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 73afd56...c9544dd. Read the comment docs.