Dev #2

Merged
unai merged 15 commits from Dev into main 2026-02-01 19:39:49 +00:00
Showing only changes of commit 0dc6c3607b - Show all commits

View File

@ -27,7 +27,7 @@ jobs:
run: poetry run ruff check .
- name: Run Tests with Coverage
run: poetry run pytest --cov=my_project --cov-report=term-missing --cov-fail-under=80
run: poetry run pytest --cov --cov-report=term-missing --cov-fail-under=80
publish-container:
needs: test-and-lint