You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metricsGroup.add_argument("--html_base_dir", help='Set the base directory of the html_reports directory. The default is the workspace directory', default="html_reports")
496
521
metricsGroup.add_argument('--cobertura', help='Generate coverage results in Cobertura xml format', action="store_true", default=False)
497
522
metricsGroup.add_argument('--cobertura_extended', help='Generate coverage results in extended Cobertura xml format', action="store_true", default=False)
523
+
metricsGroup.add_argument('--send_to_bitbucket', help='Send Cobertura data to BitBucket', action="store_true", default=False)
498
524
metricsGroup.add_argument('--lcov', help='Generate coverage results in an LCOV format', action="store_true", default=False)
499
525
metricsGroup.add_argument('--junit', help='Generate test results in Junit xml format', action="store_true", default=False)
0 commit comments