Skip to content

Commit

Permalink
fix: opencppcoverage path on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 16, 2021
1 parent c77dfe5 commit b492a11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/opencppcoverage/opencppcoverage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ export async function setupOpencppcoverage(version: string | undefined, _setupCp
return
}
await setupChocoPack("opencppcoverage", version)
addPath("C:/Program Files/OpenCppCoverage")
const binDir = "C:/Program Files/OpenCppCoverage"
addPath(binDir)
return { binDir }
}

0 comments on commit b492a11

Please sign in to comment.