Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cameras): add a route to update the last known image of a camera #371

Merged
merged 12 commits into from
Sep 22, 2024

style(tests): fix lint

e9d018a
Select commit
Loading
Failed to load commit list.
Merged

feat(cameras): add a route to update the last known image of a camera #371

style(tests): fix lint
e9d018a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2024 in 1s

86.39% (+0.20%) compared to 5ed718e

View this Pull Request on Codecov

86.39% (+0.20%) compared to 5ed718e

Details

Codecov Report

Attention: Patch coverage is 90.19608% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.39%. Comparing base (5ed718e) to head (e9d018a).

Files with missing lines Patch % Lines
src/app/services/storage.py 87.50% 3 Missing ⚠️
client/pyroclient/client.py 75.00% 1 Missing ⚠️
src/app/api/api_v1/endpoints/cameras.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #371      +/-   ##
==========================================
+ Coverage   86.19%   86.39%   +0.20%     
==========================================
  Files          34       34              
  Lines         920      941      +21     
==========================================
+ Hits          793      813      +20     
- Misses        127      128       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.