Compare commits

1 Commits

Author SHA1 Message Date
19210f90cd ci: try teests 2025-01-19 07:04:22 +01:00

View File

@@ -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: