ci: restructure
Some checks failed
ci/woodpecker/push/docs Pipeline failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
moanos [he/him] 2025-01-19 07:07:53 +01:00
parent 19210f90cd
commit 9f23f5768c
2 changed files with 13 additions and 7 deletions

View File

@ -1,13 +1,6 @@
---
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:

13
.woodpecker/test.yml Normal file
View File

@ -0,0 +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