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

test: 🧑‍💻 add code coverage to automated tests #626

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

thomashbrnrd
Copy link
Collaborator

No description provided.

@thomashbrnrd thomashbrnrd linked an issue Oct 30, 2024 that may be closed by this pull request
@thomashbrnrd thomashbrnrd force-pushed the 604-refactor-e2e-tests-and-adding-code-coverage branch 2 times, most recently from ba6bbea to 8559309 Compare October 30, 2024 15:18
Copy link

github-actions bot commented Oct 30, 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: 44cc1e0

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@thomashbrnrd thomashbrnrd force-pushed the 604-refactor-e2e-tests-and-adding-code-coverage branch from 8559309 to 64fde7a Compare October 30, 2024 16:06
@thomashbrnrd thomashbrnrd force-pushed the 604-refactor-e2e-tests-and-adding-code-coverage branch from 64fde7a to 44cc1e0 Compare October 30, 2024 17:34
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.

Refactor E2E tests and adding code coverage
2 participants