adding status pipeline & coverage, adding xml coverage report
This commit is contained in:
parent
ff53208007
commit
9a524ce7c9
3 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,3 +16,4 @@ pymanager.egg-info/
|
|||
pymanager/__pycache__/
|
||||
tests/__pycache__/
|
||||
*.pyc
|
||||
coverage.xml
|
||||
|
|
1
Makefile
1
Makefile
|
@ -38,6 +38,7 @@ coverage:
|
|||
$(PYTHONCOVERAGE) combine
|
||||
$(PYTHONCOVERAGE) report
|
||||
$(PYTHONCOVERAGE) html
|
||||
$(PYTHONCOVERAGE) xml
|
||||
|
||||
htmldoc:
|
||||
sphinx-build -b html docs/source docs/build
|
||||
|
|
|
@ -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
|
||||
=======================
|
||||
|
||||
|
|
Loading…
Reference in a new issue