We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f7366 commit 287a920Copy full SHA for 287a920
buildspec/windowsTests.yml
@@ -84,7 +84,7 @@ phases:
84
$env:CI_BUILD_URL=[uri]::EscapeUriString($Env:CODEBUILD_BUILD_URL);
85
$env:CI_BUILD_ID=$Env:CODEBUILD_BUILD_ID;
86
.\codecov.exe -t $Env:CODE_COV_TOKEN `
87
- --flag unittest `
+ --flags unittest `
88
-f "build/reports/jacoco/coverageReport/coverageReport.xml" `
89
-c $Env:CODEBUILD_RESOLVED_SOURCE_VERSION
90
}
0 commit comments