qbicsoftware / core-utils-lib

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

Ignore qc directory #21

Closed Steffengreiner closed 4 years ago

Steffengreiner commented 4 years ago

We currently do not include the QC folder in our JSON schema. The JSON schema even prevents additional folders to be included in the object returned by the parser. Therefore we need to ignore the QC folder on map creation.

codecov[bot] commented 4 years ago

Codecov Report

Merging #21 into development will increase coverage by 0.35%. The diff coverage is 41.17%.

Impacted file tree graph

@@                Coverage Diff                @@
##             development      #21      +/-   ##
=================================================
+ Coverage          32.86%   33.21%   +0.35%     
  Complexity            12       12              
=================================================
  Files                 10       10              
  Lines                286      292       +6     
  Branches              26       28       +2     
=================================================
+ Hits                  94       97       +3     
- Misses               182      184       +2     
- Partials              10       11       +1     
Impacted Files Coverage Δ Complexity Δ
.../main/groovy/life/qbic/utils/NanoporeParser.groovy 73.48% <41.17%> (-1.12%) 12.00 <7.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 7db2562...ce8c45b. Read the comment docs.