diff --git a/.gitignore b/.gitignore index d1add09..c6a6217 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ pymanager.egg-info/ pymanager/__pycache__/ tests/__pycache__/ *.pyc +coverage.xml diff --git a/Makefile b/Makefile index 3f311a0..52218b6 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ coverage: $(PYTHONCOVERAGE) combine $(PYTHONCOVERAGE) report $(PYTHONCOVERAGE) html + $(PYTHONCOVERAGE) xml htmldoc: sphinx-build -b html docs/source docs/build diff --git a/README.md b/README.md index f9c642e..d8fa3ef 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Khanat is open source and released under the terms of the GNU Affero General Pub https://khaganat.net/wikhan/fr:collabo_pymanager +[![pipeline status](https://git.khaganat.net/khaganat/mmorpg_khanat/opennel-pymanager/badges/develop/pipeline.svg)](https://git.khaganat.net/khaganat/mmorpg_khanat/opennel-pymanager/commits/develop) + +[![coverage report](https://git.khaganat.net/khaganat/mmorpg_khanat/opennel-pymanager/badges/develop/coverage.svg)](https://git.khaganat.net/khaganat/mmorpg_khanat/opennel-pymanager/commits/develop) + + Prepare our environment =======================