HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 26 forks source link

Remove the unit test log directory if it got created #612

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

This should fix up the testing error with the log directory getting created twice.

codecov[bot] commented 2 years ago

Codecov Report

Merging #612 (8d08ba7) into master (9c5c827) will increase coverage by 0.38%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #612      +/-   ##
==========================================
+ Coverage   96.24%   96.62%   +0.38%     
==========================================
  Files          47       47              
  Lines        2847     2847              
  Branches      451      451              
==========================================
+ Hits         2740     2751      +11     
+ Misses         71       67       -4     
+ Partials       36       29       -7     
Flag Coverage Δ
python-3.10 96.31% <ø> (+0.07%) :arrow_up:
python-3.6 96.11% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../decisionengine/framework/engine/DecisionEngine.py 90.85% <0.00%> (+1.16%) :arrow_up:
src/decisionengine/framework/dataspace/maintain.py 100.00% <0.00%> (+1.90%) :arrow_up:
...sionengine/framework/taskmanager/LatestMessages.py 100.00% <0.00%> (+6.66%) :arrow_up:

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 28fbd59...8d08ba7. Read the comment docs.