Skip to content
Snippets Groups Projects

Added Coverage

Merged Jan Habscheid requested to merge JanHab/fxdgm-testing:main into main
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
1
@@ -49,7 +49,14 @@ test:
tags:
- docker
script:
- python -m pytest # Run the tests
# - python -m pytest # Run the tests
- pytest --cov=fxdgm --cov-report=xml --cov-report=term-missing tests/ # Run the tests and store coverage
artifacts:
paths:
- coverage.xml # 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