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

fix: ✅ Updating API tests that uses authentification #588

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

nutfdt
Copy link
Collaborator

@nutfdt nutfdt commented Oct 10, 2024

No description provided.

@nutfdt nutfdt added the python Pull requests that update Python code label Oct 10, 2024
@nutfdt nutfdt self-assigned this Oct 10, 2024
@nutfdt nutfdt requested a review from thomashbrnrd as a code owner October 10, 2024 07:49
@nutfdt nutfdt linked an issue Oct 10, 2024 that may be closed by this pull request
@nutfdt nutfdt force-pushed the 587-fix-authentification-tests branch 14 times, most recently from da4f8e1 to b956a65 Compare October 10, 2024 13:26
@thomashbrnrd thomashbrnrd force-pushed the 587-fix-authentification-tests branch 11 times, most recently from 4c1a5dd to c7a9d25 Compare October 15, 2024 09:47
@thomashbrnrd thomashbrnrd force-pushed the 587-fix-authentification-tests branch from c7a9d25 to ef9ef59 Compare October 15, 2024 10:10
Copy link
Contributor

github-actions bot commented Oct 15, 2024

badge

Code Coverage Summary

Filename               Stmts    Miss  Cover    Missing
-------------------  -------  ------  -------  -------------------------
src/__init__.py            0       0  100.00%
src/config.py             43       3  93.02%   79, 81, 83
src/main.py               13       0  100.00%
src/router.py             82      17  79.27%   103-106, 127-143, 150-166
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         86       3  96.51%   45-61
tests/test_email.py        4       0  100.00%
TOTAL                    285      28  90.18%

Results for commit: d240463

Minimum allowed coverage is 0%

♻️ This comment has been updated with latest results

@thomashbrnrd thomashbrnrd force-pushed the 587-fix-authentification-tests branch from ef9ef59 to eda846a Compare October 15, 2024 12:46
@thomashbrnrd thomashbrnrd force-pushed the 587-fix-authentification-tests branch from eda846a to d240463 Compare October 15, 2024 12:59
@nutfdt nutfdt assigned nutfdt and unassigned nutfdt Oct 15, 2024
@nutfdt nutfdt merged commit 20946e1 into develop Oct 15, 2024
9 checks passed
@nutfdt nutfdt deleted the 587-fix-authentification-tests branch October 15, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix api tests using authentification
2 participants