Skip to content
Snippets Groups Projects
Commit 87aceceb authored by Jan Habscheid's avatar Jan Habscheid
Browse files

Update coverage to generate html

parent cca2aa83
Branches
Tags
1 merge request!9Added Coverage
......@@ -50,7 +50,7 @@ test:
- docker
script:
# - python -m pytest # Run the tests
- pytest --cov=fxdgm --cov-report=xml --cov-report=term-missing tests/ # Run the tests and store coverage
- pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage
artifacts:
paths:
- coverage.xml # Save the coverage report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment