HEPCloud / decisionengine

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

Recommend using the site user pip dir instead. #584

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

Use of the user specific pip directory will avoid poluting the global space and make upgrades far safer.

codecov[bot] commented 2 years ago

Codecov Report

Merging #584 (72c8db4) into master (b203e2c) will decrease coverage by 0.33%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #584      +/-   ##
==========================================
- Coverage   84.02%   83.69%   -0.34%     
==========================================
  Files          46       46              
  Lines        2748     2735      -13     
  Branches      492      434      -58     
==========================================
- Hits         2309     2289      -20     
- Misses        393      404      +11     
+ Partials       46       42       -4     
Flag Coverage Δ
python-3.10 ?
python-3.6 83.69% <ø> (ø)

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

Impacted Files Coverage Δ
...ework/dataspace/datasources/sqlalchemy_ds/utils.py 87.09% <0.00%> (-12.91%) :arrow_down:
src/decisionengine/framework/dataspace/maintain.py 81.18% <0.00%> (-1.67%) :arrow_down:
...aspace/datasources/sqlalchemy_ds/datasource_api.py 97.54% <0.00%> (-1.23%) :arrow_down:
.../decisionengine/framework/engine/DecisionEngine.py 35.89% <0.00%> (-0.41%) :arrow_down:
...rc/decisionengine/framework/dataspace/dataspace.py 88.63% <0.00%> (-0.13%) :arrow_down:
src/decisionengine/framework/modules/Transform.py 100.00% <0.00%> (ø)
...ionengine/framework/taskmanager/ProcessingState.py 100.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 b203e2c...72c8db4. Read the comment docs.