medizininformatik-initiative / feasibility-backend

Backend of the feasibility-gui.
Apache License 2.0
2 stars 5 forks source link

Read measure report from task input #198

Closed EmteZogaf closed 10 months ago

EmteZogaf commented 10 months ago

Measure reports are no longer stored in task outputs but in inputs now.

Additionally lock the JAXB version to 2.3.3 to maybe fix random runtime error of aktin broker not finding jaxb classes.

codecov[bot] commented 10 months ago

Codecov Report

Merging #198 (11445c1) into develop (c37fc82) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@              Coverage Diff              @@
##             develop     #198      +/-   ##
=============================================
+ Coverage      67.89%   67.99%   +0.09%     
- Complexity       453      455       +2     
=============================================
  Files            123      123              
  Lines           2112     2112              
  Branches          99       99              
=============================================
+ Hits            1434     1436       +2     
  Misses           621      621              
+ Partials          57       55       -2     
Files Changed Coverage Δ
...ackend/query/broker/dsf/DSFQueryResultHandler.java 86.95% <100.00%> (+4.34%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

EmteZogaf commented 10 months ago

Actually, the error lies in the feasibility-dsf-process and the previous code is correct.