@@ -34,8 +34,10 @@ 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] [--send_to_bitbucket] [--lcov]
38- [--junit] [--export_rgw] [--sonarqube]
37+ [--cobertura_extended] [--send_to_bitbucket]
38+ [--send_all_coverage]
39+ [--minimum_passing_coverage MINIMUM_PASSING_COVERAGE]
40+ [--lcov] [--junit] [--export_rgw] [--sonarqube]
3941 [--pclp_input PCLP_INPUT]
4042 [--pclp_output_html PCLP_OUTPUT_HTML]
4143 [--exit_with_failed_count [EXIT_WITH_FAILED_COUNT]]
@@ -75,6 +77,11 @@ The api for vcast_exec.py follows:
7577 format
7678 --send_to_bitbucket Generate Junit and Extended Cobertura data to send to
7779 BitBucket
80+ --send_all_coverage Send all coverage to BitBucket. Default is partial or
81+ not coveraged
82+ --minimum_passing_coverage MINIMUM_PASSING_COVERAGE
83+ Minimum overall coverage required to pass (default 80
84+ percent)
7885 --lcov Generate coverage results in an LCOV format
7986 --junit Generate test results in Junit xml format
8087 --export_rgw Export RGW data
@@ -124,6 +131,7 @@ The api for vcast_exec.py follows:
124131 --timing Prints timing information for metrics generation
125132 -v, --verbose Enable verbose output
126133 --version Displays the version information
134+
127135```
128136
129137# Change log
0 commit comments