Skip to content
Snippets Groups Projects
Commit 1e4d80b3 authored by ale's avatar ale
Browse files

Export coverage data to Gitlab-CI

parent 241059e4
No related branches found
No related tags found
No related merge requests found
__pycache__ __pycache__
.coverage .coverage
coverage.xml
htmlcov htmlcov
.tox .tox
*.egg-info *.egg-info
......
...@@ -10,3 +10,7 @@ test: ...@@ -10,3 +10,7 @@ test:
- apt-get update - apt-get update
- env DEBIAN_FRONTEND=noninteractive apt-get -qy install python3 python3-setuptools python3-pip tox git - env DEBIAN_FRONTEND=noninteractive apt-get -qy install python3 python3-setuptools python3-pip tox git
- tox - tox
artifacts:
reports:
cobertura: coverage.xml
...@@ -10,4 +10,5 @@ deps= ...@@ -10,4 +10,5 @@ deps=
mock mock
commands= commands=
nosetests -vv --with-coverage --cover-package=ai_web_common --cover-erase --cover-html --cover-html-dir=htmlcov [] nosetests -vv --with-coverage --cover-package=ai_web_common --cover-erase --cover-html --cover-html-dir=htmlcov []
coverage xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment