From 6b36ccc87a24e2758f8bf186eede4b0a0e3a32f7 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sun, 11 Feb 2024 19:17:59 +0100 Subject: [PATCH] Test testing --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5fb8759..273f867 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,17 @@ type: docker name: build-latest steps: +- name: test + image: python:3.12-slim-bookworm + settings: + repo: git.thisfro.ch/pflaenz.li/pflaenzli + commands: + - cd pflaenzli + - pip install coverage + - pip install -r requirements.txt + - coverage run --branch --source='.' manage.py test + - coverage report -m + - name: build-image image: plugins/docker settings: