Skip to content

Commit 287a920

Browse files
authored
Fix Windows coverage report upload (#3527)
1 parent 20f7366 commit 287a920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/windowsTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ phases:
8484
$env:CI_BUILD_URL=[uri]::EscapeUriString($Env:CODEBUILD_BUILD_URL);
8585
$env:CI_BUILD_ID=$Env:CODEBUILD_BUILD_ID;
8686
.\codecov.exe -t $Env:CODE_COV_TOKEN `
87-
--flag unittest `
87+
--flags unittest `
8888
-f "build/reports/jacoco/coverageReport/coverageReport.xml" `
8989
-c $Env:CODEBUILD_RESOLVED_SOURCE_VERSION
9090
}

0 commit comments

Comments
 (0)