Skip to content

✨ First implementation#2

Merged
mLetrone merged 10 commits intomainfrom
feature/implementation
Mar 30, 2025
Merged

✨ First implementation#2
mLetrone merged 10 commits intomainfrom
feature/implementation

Conversation

@mLetrone
Copy link
Owner

In this first implementation of pyqure:

  • dependency registering !
  • dependency injection !
  • packages discovering !

@mLetrone mLetrone self-assigned this Mar 30, 2025
@github-actions
Copy link

github-actions bot commented Mar 30, 2025

badge

Code Coverage Summary

Filename             Stmts    Miss  Cover    Missing
-----------------  -------  ------  -------  --------------
__init__.py              3       0  100.00%
container.py            57       0  100.00%
discover.py             26       4  84.62%   17, 20, 40, 46
exceptions.py           13       0  100.00%
injectables.py          30       0  100.00%
injection.py           101       4  96.04%   46-50
utils/__init__.py        0       0  100.00%
utils/function.py       48       1  97.92%   43
utils/types.py          39       0  100.00%
TOTAL                  317       9  97.16%

Diff against main

Filename             Stmts    Miss  Cover
-----------------  -------  ------  --------
container.py           +57       0  +100.00%
discover.py            +26      +4  +84.62%
exceptions.py          +13       0  +100.00%
injectables.py         +30       0  +100.00%
injection.py          +101      +4  +96.04%
utils/__init__.py        0       0  +100.00%
utils/function.py      +48      +1  +97.92%
utils/types.py         +39       0  +100.00%
TOTAL                 +314      +9  -2.84%

Results for commit: 2f36b28

Minimum allowed coverage is 95%

♻️ This comment has been updated with latest results

@mLetrone mLetrone force-pushed the feature/implementation branch from 1fee20b to d05c0c2 Compare March 30, 2025 18:43
Use uv run instead of uvx to use project venv and not an isolated one.
@mLetrone mLetrone force-pushed the feature/implementation branch from 916d256 to 2f36b28 Compare March 30, 2025 18:49
@mLetrone mLetrone merged commit f1af255 into main Mar 30, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant