pycontw / pycon.tw

PyCon TW Proposal System & Backend Server
https://tw.pycon.org/prs
MIT License
95 stars 107 forks source link

fix-2024-migrate-error #1164

Closed SivanYeh closed 7 months ago

SivanYeh commented 7 months ago

Types of changes

Please put an x in the box that applies

Description

Describe what the change is

While 2024-migrate on staging worked well after $docker-compose up -d --build, the main branch master did not after origin/2024-migrate was merged.

It caused 502 error after built: image

It was caused by the difference between origin/2024-migrate and staging/2024-migrate fixed by this PR.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (267c525) 70.59% compared to head (5203935) 70.59%. Report is 6 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1164 +/- ## ======================================= Coverage 70.59% 70.59% ======================================= Files 85 85 Lines 3394 3394 ======================================= Hits 2396 2396 Misses 998 998 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.