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 )