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
+ 1
1
@@ -53,7 +53,7 @@ test:
- pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage
artifacts:
paths:
- coverage.xml # Save the coverage report
- htmlcov # Save the coverage report
expire_in: 12 month # Optional: Set how long to keep the artifacts (default: 30 days)
coverage: '/^TOTAL.*\s+(\d+\%)$/'
Loading