Skip to content

Commit 2863cff

Browse files
committed
update for mistake in pipeline baseline filr
1 parent d13681c commit 2863cff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/scripts/baseJenkinsfile.groovy

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// Code Coverage threshold numbers
2+
// Basis path coverage is no longer support after VectorCAST 2019SP1
3+
VC_Healthy_Target = [ maxStatement: 100, maxBranch: 100, maxFunctionCall: 100, maxFunction: 100, maxMCDC: 100,
4+
minStatement: 20, minBranch: 20, minFunctionCall: 20, minFunction: 20, minMCDC: 20]
5+
6+
7+
VC_Use_Threshold = true
8+
19
// ===============================================================
210
//
311
// Generic file from VectorCAST Pipeline Plug-in DO NOT ALTER

0 commit comments

Comments
 (0)