File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ phases:
41
41
codecov -t $Env:CODE_COV_TOKEN `
42
42
--flag unittest `
43
43
-f "build/reports/jacoco/coverageReport/coverageReport.xml" `
44
+ -c $Env:CODEBUILD_RESOLVED_SOURCE_VERSION;
45
+ codecov -t $Env:CODE_COV_TOKEN `
46
+ --flag codewhisperer `
47
+ -f "build/reports/jacoco/coverageReport/coverageReport.xml" `
44
48
-c $Env:CODEBUILD_RESOLVED_SOURCE_VERSION
45
49
}
46
50
reports :
Original file line number Diff line number Diff line change @@ -15,10 +15,21 @@ coverage:
15
15
default :
16
16
threshold : 1
17
17
informational : true
18
+ codewhisperer :
19
+ target : 75%
20
+ paths :
21
+ - src/codewhisperer/*
22
+ flags :
23
+ - ' codewhisperer'
18
24
patch : no
19
25
changes : no
20
26
21
27
comment : off
22
28
23
29
github_checks :
24
30
annotations : false
31
+
32
+ flags :
33
+ codewhisperer :
34
+ paths :
35
+ - src/codewhisperer/
You can’t perform that action at this time.
0 commit comments