Skip to content
Snippets Groups Projects

Added Coverage

Merged Jan Habscheid requested to merge JanHab/fxdgm-testing:main into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -49,7 +49,13 @@ test:
tags:
- docker
script:
- python -m pytest # Run the tests
- pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage
artifacts:
paths:
- htmlcov # Save the coverage report
expire_in: 12 month # Optional: Set how long to keep the artifacts (default: 30 days)
coverage: '/^TOTAL.*\s+(\d+\%)$/'
# Job to deploy documentation to GitLab Pages
pages:
Loading