Skip to content

Commit

Permalink
#19
Browse files Browse the repository at this point in the history
  • Loading branch information
olduh29 committed Oct 31, 2024
1 parent f3b4b57 commit cf86970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ try {
/****************************************/


let msbuild = `-p:coverletOutput=${output} -p:CollectCoverage=true -p:CoverletOutputFormat=${outputFormat}`;
let msbuild = `-p:coverletOutput= ${GITHUB_WORKSPACE}/TestResults/${output} -p:CollectCoverage=true -p:MergeWith=${GITHUB_WORKSPACE}/TestResults/coverlet.json -p:CoverletOutputFormat=\\"json%2c${outputFormat}\\"`;
if (excludestring !== null && excludestring !== undefined) {
msbuild += ` -p:Exclude=\\"${excludestring}\\"`;
}
Expand Down

0 comments on commit cf86970

Please sign in to comment.