owncloud / data_exporter

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

Initial drone starlark #105

Closed phil-davis closed 4 years ago

phil-davis commented 5 years ago

Description

How Has This Been Tested?

CI

Types of changes

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #105 into master will increase coverage by 2.86%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #105      +/-   ##
============================================
+ Coverage     86.75%   89.61%   +2.86%     
- Complexity        0      186     +186     
============================================
  Files            31       31              
  Lines           891      838      -53     
============================================
- Hits            773      751      -22     
+ Misses          118       87      -31
Impacted Files Coverage Δ Complexity Δ
.../Importer/MetadataImporter/PreferencesImporter.php 0% <0%> (-100%) 3% <0%> (+3%)
lib/Importer/MetadataImporter.php 0% <0%> (-100%) 2% <0%> (+2%)
lib/Utilities/StreamHelper.php 82.6% <0%> (-13.05%) 10% <0%> (+10%)
lib/Importer/MetadataImporter/UserImporter.php 92.1% <0%> (-2.64%) 14% <0%> (+14%)
lib/Importer.php 0% <0%> (ø) 4% <0%> (+4%) :arrow_up:
lib/Utilities/ShareConverter.php 100% <0%> (+4.34%) 7% <0%> (+7%) :arrow_up:
lib/Command/ImportUser.php 85.71% <0%> (+5.71%) 4% <0%> (+4%) :arrow_up:
lib/Command/ExportUser.php 85.71% <0%> (+5.71%) 4% <0%> (+4%) :arrow_up:
lib/Command/ExportInstance.php 83.33% <0%> (+6.41%) 4% <0%> (+4%) :arrow_up:
lib/Command/ImportInstance.php 83.33% <0%> (+6.41%) 4% <0%> (+4%) :arrow_up:
... 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 daf9910...f34858d. Read the comment docs.