From ce3e65357b4d8790990574654c31a8a1efb7b119 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 8 Dec 2025 21:16:04 +0900 Subject: [PATCH] fixup! .gitea/workflows: init test pipeline --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f8673b2..7f96d19 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -27,7 +27,9 @@ jobs: set -x PYTEST_ARGS=( - --cov=dibbler + --cov=dibbler.lib + --cov=dibbler.models + --cov=dibbler.queries --cov-report=html --cov-branch )