Plant-Tracer / webapp

Client and Server for web-based JavaScript app
GNU Affero General Public License v3.0
0 stars 2 forks source link

Fix get frame #439

Closed simsong closed 6 days ago

simsong commented 2 weeks ago
  1. Remove format from api/get-frame; make it always return a redirect to the JPEG in the object store
  2. Remove all instances of frame being stored in the database.

Closes #437

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 76.19048% with 35 lines in your changes missing coverage. Please review.

Project coverage is 84.44%. Comparing base (22d56e3) to head (76a34f1).

Files Patch % Lines
db.py 65.51% 10 Missing :warning:
bottle_app.py 52.63% 9 Missing :warning:
bottle_api.py 78.78% 7 Missing :warning:
auth.py 50.00% 5 Missing :warning:
tests/movie_test.py 90.00% 3 Missing :warning:
db_object.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #439 +/- ## ========================================== - Coverage 84.44% 84.44% -0.01% ========================================== Files 23 23 Lines 2720 2713 -7 ========================================== - Hits 2297 2291 -6 + Misses 423 422 -1 ```

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