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: ✨ add api route and tests for alarm gun detection #617

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

nutfdt
Copy link
Collaborator

@nutfdt nutfdt commented Oct 23, 2024

No description provided.

@nutfdt nutfdt self-assigned this Oct 23, 2024
@nutfdt nutfdt requested a review from thomashbrnrd as a code owner October 23, 2024 08:02
This was linked to issues Oct 23, 2024
Copy link
Contributor

github-actions bot commented Oct 23, 2024

badge

Code Coverage Summary

Filename               Stmts    Miss  Cover    Missing
-------------------  -------  ------  -------  --------------------------------------
src/__init__.py            0       0  100.00%
src/config.py             45       3  93.33%   79, 81, 83
src/main.py               13       0  100.00%
src/router.py            103      24  76.70%   55, 104-110, 137-140, 161-177, 184-200
src/utils.py              43       5  88.37%   72-74, 92, 96
tests/__init__.py          0       0  100.00%
tests/conftest.py         14       0  100.00%
tests/test_api.py        113       0  100.00%
tests/test_email.py        4       0  100.00%
TOTAL                    335      32  90.45%

Results for commit: 10c64bc

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@nutfdt nutfdt force-pushed the 545-add-alarm-gun-detection branch 4 times, most recently from 3abd688 to aaf7189 Compare October 23, 2024 12:39
backend/src/router.py Outdated Show resolved Hide resolved
@nutfdt nutfdt force-pushed the 545-add-alarm-gun-detection branch from aaf7189 to 0de56ea Compare October 23, 2024 14:01
@nutfdt nutfdt requested a review from thomashbrnrd October 23, 2024 14:03
@nutfdt nutfdt force-pushed the 545-add-alarm-gun-detection branch from 0de56ea to cc03e71 Compare October 23, 2024 14:53
@nutfdt nutfdt force-pushed the 545-add-alarm-gun-detection branch from cc03e71 to 10c64bc Compare October 23, 2024 15:03
@nutfdt nutfdt merged commit 04c7fcc into develop Oct 23, 2024
9 checks passed
@nutfdt nutfdt deleted the 545-add-alarm-gun-detection branch October 23, 2024 16:13
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.

Gérer les exceptions Add endpoint for blank gun detection
2 participants