HEPCloud / decisionengine

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

Segment the update for setuptools so it gets cached correctly #588

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

With the uncovered setuptools bug, this should help isolate it for re-occurrence.

codecov[bot] commented 2 years ago

Codecov Report

Merging #588 (668705f) into master (40098f3) will increase coverage by 0.33%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #588      +/-   ##
==========================================
+ Coverage   83.87%   84.20%   +0.33%     
==========================================
  Files          46       46              
  Lines        2735     2748      +13     
  Branches      434      492      +58     
==========================================
+ Hits         2294     2314      +20     
+ Misses        401      390      -11     
- Partials       40       44       +4     
Flag Coverage Δ
python-3.10 84.13% <ø> (?)
python-3.6 83.69% <ø> (-0.19%) :arrow_down:

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

Impacted Files Coverage Δ
src/decisionengine/framework/modules/Transform.py 100.00% <0.00%> (ø)
...ionengine/framework/taskmanager/ProcessingState.py 100.00% <0.00%> (ø)
...rc/decisionengine/framework/dataspace/dataspace.py 88.76% <0.00%> (+0.12%) :arrow_up:
.../decisionengine/framework/engine/DecisionEngine.py 36.30% <0.00%> (+0.40%) :arrow_up:
...aspace/datasources/sqlalchemy_ds/datasource_api.py 98.77% <0.00%> (+1.22%) :arrow_up:
src/decisionengine/framework/dataspace/maintain.py 82.85% <0.00%> (+1.66%) :arrow_up:
...ework/dataspace/datasources/sqlalchemy_ds/utils.py 100.00% <0.00%> (+12.90%) :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 40098f3...668705f. Read the comment docs.