From 0dc6c3607b1c2efff4973e53975572705d4db005 Mon Sep 17 00:00:00 2001 From: unai Date: Sun, 1 Feb 2026 18:52:19 +0000 Subject: [PATCH] Update test coverage source path and adjust pytest command for consistency --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ec22008..2e11516 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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