HEPCloud / decisionengine

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

Removed postgresql.sql left over in RPM install #561

Closed mambelli closed 2 years ago

mambelli commented 2 years ago

RPM building was failing because was expecting still postgresql.sql

codecov[bot] commented 2 years ago

Codecov Report

Merging #561 (ce93049) into master (9cbffe9) will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #561      +/-   ##
==========================================
- Coverage   95.42%   95.38%   -0.04%     
==========================================
  Files          45       45              
  Lines        2688     2688              
  Branches      445      445              
==========================================
- Hits         2565     2564       -1     
  Misses         90       90              
- Partials       33       34       +1     
Flag Coverage Δ
python-3.10 95.27% <ø> (ø)
python-3.6 95.10% <ø> (ø)

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

Impacted Files Coverage Δ
src/decisionengine/framework/dataspace/maintain.py 99.04% <0.00%> (-0.96%) :arrow_down:

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 9cbffe9...ce93049. Read the comment docs.

mambelli commented 2 years ago

duplicate of PR #560