From 86060740d86fa59cce39655bc6ad0ca38e0617f5 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sun, 11 Feb 2024 19:27:44 +0100 Subject: [PATCH] Specify module to test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 381e20e..df864fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: commands: - pip install coverage - pip install -r requirements.txt - - coverage run --branch --source='.' pflaenzli/manage.py test + - coverage run --branch --source='.' pflaenzli/manage.py test pflaenzli - coverage report -m - name: build-image