File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 42
42
verbose : true
43
43
file : ./coverage/coverage-final.json
44
44
flags : macos-unittests
45
+ - name : Code coverage (CodeWhisperer)
46
+ env :
47
+ # Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
48
+ NODE_OPTIONS : ' '
49
+ if : ${{ github.repository == 'aws/aws-toolkit-vscode' && ( github.ref == 'master' || github.event_name == 'pull_request' ) }}
50
+ uses : codecov/codecov-action@v2
51
+ with :
52
+ verbose : true
53
+ file : ./coverage/coverage-final.json
54
+ flags : codewhisperer
45
55
46
56
windows :
47
57
name : Windows nodejs
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ 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" `
48
44
-c $Env:CODEBUILD_RESOLVED_SOURCE_VERSION
49
45
}
50
46
reports :
You can’t perform that action at this time.
0 commit comments