Skip to content
Snippets Groups Projects

fix typo in inspector endpoint

Merged Charlotte Hausman requested to merge 2.5_fixes into main
2 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
4
@@ -172,10 +172,9 @@ unit test coverage:
- coverage html -i --omit="**/test_*.py,**/_version.py,**/conftest.py,**/*interfaces.py" --skip-empty
artifacts:
reports:
cobertura: coverage.xml
paths:
- coverage.xml
- htmlcov/
coverage_report:
coverage_format: cobertura
path: coverage.xml
dependencies:
- unit test workflow
- unit test capability
Loading