Skip to content
Snippets Groups Projects
Commit 1885d7a7 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed coverage output

parent 5bb03903
No related branches found
No related tags found
No related merge requests found
Pipeline #7066 passed
......@@ -19,7 +19,7 @@ test:
image: python:3.7
script:
- pip install pytest coverage
- coverage run --include '*.py' -m pytest --junitxml=report.xml
- coverage run --include 'ldapserver/*.py' -m pytest --junitxml=report.xml
- coverage report -m
- coverage html
- coverage xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment