@@ -34,8 +34,9 @@ The api for vcast_exec.py follows:
3434 usage: vcast_exec.py [-h] [--build-execute] [--build | --incremental]
3535 [--output_dir OUTPUT_DIR] [--source_root SOURCE_ROOT]
3636 [--html_base_dir HTML_BASE_DIR] [--cobertura]
37- [--cobertura_extended] [--lcov] [--junit] [--export_rgw]
38- [--sonarqube] [--pclp_input PCLP_INPUT]
37+ [--cobertura_extended] [--send_to_bitbucket] [--lcov]
38+ [--junit] [--export_rgw] [--sonarqube]
39+ [--pclp_input PCLP_INPUT]
3940 [--pclp_output_html PCLP_OUTPUT_HTML]
4041 [--exit_with_failed_count [EXIT_WITH_FAILED_COUNT]]
4142 [--aggregate] [--metrics] [--fullstatus] [--utfull]
@@ -72,6 +73,7 @@ The api for vcast_exec.py follows:
7273 --cobertura Generate coverage results in Cobertura xml format
7374 --cobertura_extended Generate coverage results in extended Cobertura xml
7475 format
76+ --send_to_bitbucket Send Cobertura data to BitBucket
7577 --lcov Generate coverage results in an LCOV format
7678 --junit Generate test results in Junit xml format
7779 --export_rgw Export RGW data
@@ -121,7 +123,6 @@ The api for vcast_exec.py follows:
121123 --timing Prints timing information for metrics generation
122124 -v, --verbose Enable verbose output
123125 --version Displays the version information
124-
125126```
126127
127128# Change log
0 commit comments