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")
521
556
metricsGroup.add_argument('--cobertura', help='Generate coverage results in Cobertura xml format', action="store_true", default=False)
522
557
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)
558
+
metricsGroup.add_argument('--send_to_bitbucket', help='Generate Junit and Extended Cobertura data to send to BitBucket', action="store_true", default=False)
524
559
metricsGroup.add_argument('--lcov', help='Generate coverage results in an LCOV format', action="store_true", default=False)
525
560
metricsGroup.add_argument('--junit', help='Generate test results in Junit xml format', action="store_true", default=False)
0 commit comments