qbicsoftware / core-utils-lib

Library containing core classes and utilities that are independent of a portal.
MIT License
0 stars 0 forks source link

Feature/etl support #22

Closed sven1103 closed 2 years ago

sven1103 commented 4 years ago

This PR introduces first enhancements for ETL support written in Java/Groovy.

Features will include:

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into development will decrease coverage by 2.93%. The diff coverage is 0.00%.

Impacted file tree graph

@@                Coverage Diff                @@
##             development      #22      +/-   ##
=================================================
- Coverage          32.86%   29.93%   -2.94%     
  Complexity            12       12              
=================================================
  Files                 10       14       +4     
  Lines                286      314      +28     
  Branches              26       26              
=================================================
  Hits                  94       94              
- Misses               182      210      +28     
  Partials              10       10              
Impacted Files Coverage Δ Complexity Δ
.../dss/registration/datasources/ETLDataSource.groovy 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ration/usecases/RegisterDatasetWithMetadata.groovy 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ses/exceptions/DataSetRegistrationException.groovy 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...usecases/exceptions/ResourceAccessException.groovy 0.00% <0.00%> (ø) 0.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 9d11265...80051be. Read the comment docs.

sven1103 commented 4 years ago

Provide ETL core util script, that allows data registration based on the biological sample code

jenniferboedker commented 3 years ago

@sven1103 can this be closed?