Skip to content
Snippets Groups Projects
Commit 24321f08 authored by Andreas Valder's avatar Andreas Valder
Browse files

Update .gitlab-ci.yml

parent 15e5ee27
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,12 @@ unittest: ...@@ -6,9 +6,12 @@ unittest:
- apt install -y sqlite3 python3 locales-all python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage git - apt install -y sqlite3 python3 locales-all python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage git
- python3 -V - python3 -V
- uname -a - uname -a
- ./tests.py
- python3 -m coverage run tests.py - python3 -m coverage run tests.py
- python3 -m coverage report
- python3 -m coverage report -m > report.txt
- python3 -m coverage html - python3 -m coverage html
artifacts: artifacts:
paths: paths:
- htmlcov/* - htmlcov/*
- .coverage
- report.txt
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment