Loading tbc_check/checker.py +1 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ def _check_var( report_types_constraints = { "junit": {"formats": ["junit", "xunit"], "extensions": ["xml"]}, "coverage_report": {"formats": ["cobertura"], "extensions": ["xml"]}, "coverage_report": {"formats": ["cobertura", "jacoco"], "extensions": ["xml"]}, "cyclonedx": {"formats": ["cyclonedx"], "extensions": ["json"]}, "codequality": {"formats": ["codeclimate", "gitlab"], "extensions": ["json"]}, "container_scanning": {"formats": ["gitlab"], "extensions": ["json"]}, Loading Loading
tbc_check/checker.py +1 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ def _check_var( report_types_constraints = { "junit": {"formats": ["junit", "xunit"], "extensions": ["xml"]}, "coverage_report": {"formats": ["cobertura"], "extensions": ["xml"]}, "coverage_report": {"formats": ["cobertura", "jacoco"], "extensions": ["xml"]}, "cyclonedx": {"formats": ["cyclonedx"], "extensions": ["json"]}, "codequality": {"formats": ["codeclimate", "gitlab"], "extensions": ["json"]}, "container_scanning": {"formats": ["gitlab"], "extensions": ["json"]}, Loading