From 19210f90cdf4f3ab1182ada76ba295eeaa2ee9c3 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 19 Jan 2025 07:04:22 +0100 Subject: [PATCH] ci: try teests --- .woodpecker.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index b284b1f..e07668b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,13 @@ --- steps: + test: + image: python + commands: + - python -m pip install '.[develop]' + - coverage run --source='.' src/manage.py test src && coverage html + - coverage html + - cat htmlcov/index.html build: image: moanos/sphinx-rtd commands: