adding status pipeline & coverage, adding xml coverage report

This commit is contained in:
AleaJactaEst 2018-02-07 22:47:06 +01:00
parent ff53208007
commit 9a524ce7c9
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@ pymanager.egg-info/
pymanager/__pycache__/ pymanager/__pycache__/
tests/__pycache__/ tests/__pycache__/
*.pyc *.pyc
coverage.xml

View file

@ -38,6 +38,7 @@ coverage:
$(PYTHONCOVERAGE) combine $(PYTHONCOVERAGE) combine
$(PYTHONCOVERAGE) report $(PYTHONCOVERAGE) report
$(PYTHONCOVERAGE) html $(PYTHONCOVERAGE) html
$(PYTHONCOVERAGE) xml
htmldoc: htmldoc:
sphinx-build -b html docs/source docs/build sphinx-build -b html docs/source docs/build

View file

@ -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 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 Prepare our environment
======================= =======================