owncloud / data_exporter

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

[Tests-Only] Export user with multiple files in trashbin #152

Closed swoichha closed 4 years ago

swoichha commented 4 years ago

Description

Export user with multiple files in trashbin with almost similar name to each other

Related Issue

148

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #152 into master will decrease coverage by 0.44%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #152      +/-   ##
============================================
- Coverage     86.12%   85.67%   -0.45%     
  Complexity      235      235              
============================================
  Files            36       36              
  Lines          1117     1117              
============================================
- Hits            962      957       -5     
- Misses          155      160       +5     
Impacted Files Coverage Δ Complexity Δ
lib/Importer/MetadataImporter/UserImporter.php 92.10% <0.00%> (-2.64%) 14.00% <0.00%> (ø%)
lib/Importer/MetadataImporter/ShareImporter.php 73.50% <0.00%> (-2.00%) 26.00% <0.00%> (ø%)

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 99cd973...06f8511. Read the comment docs.

phil-davis commented 4 years ago

I also added: 1) Bump bamarni/composer-bin-plugin to 1.4 2) Drop PHP 7.1 from CI (including up-to-date drone starlark code)

Because of core dropping PHP 7.1 support.

This gets CI passing in this repo again.