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
No related branches found
No related tags found
1 merge request!9Added Coverage
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -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.
Finish editing this message first!
Please register or to comment