Skip to content

[flask,flask-otlp] fix local build#1369

Open
maxkosty wants to merge 1 commit intomasterfrom
fix-flask-local-build
Open

[flask,flask-otlp] fix local build#1369
maxkosty wants to merge 1 commit intomasterfrom
fix-flask-local-build

Conversation

@maxkosty
Copy link
Collaborator

Context

minor version update to Python3.12 has broken the build
upgrading Gunicorn which solved the original breakage created a new issue where DB password wasn't quoted correctly (something changed between versions??) so that had to be fixed separately

Testing

./deploy --env=staging flask
./deploy --env=local flask
./deploy --env=local flask-otlp

https://staging-flask.empower-plant.com/products
http://0.0.0.0:8081/products

@maxkosty maxkosty requested a review from ndmanvar March 19, 2026 20:19
@maxkosty maxkosty requested a review from a team as a code owner March 19, 2026 20:19
@vercel
Copy link
Contributor

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
empower Ignored Ignored Mar 19, 2026 8:19pm

Request Review

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 21.99%. Comparing base (a6c2e0f) to head (73e900e).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
flask/src/db.py 0.00% 2 Missing ⚠️

❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage.
❌ Your project check has failed because the head coverage (21.99%) is below the target coverage (35.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1369      +/-   ##
==========================================
- Coverage   22.01%   21.99%   -0.02%     
==========================================
  Files          42       42              
  Lines        1363     1364       +1     
  Branches      176      176              
==========================================
  Hits          300      300              
- Misses       1036     1037       +1     
  Partials       27       27              
Flag Coverage Δ
api 5.81% <0.00%> (-0.02%) ⬇️
frontend 32.37% <ø> (ø)
Components Coverage Δ
checkout_module 5.81% <0.00%> (-0.02%) ⬇️
product_component 26.03% <ø> (ø)
Files with missing lines Coverage Δ
flask/src/db.py 0.00% <0.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant