Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 95f65aa

Browse files
Fixing code coverage exec path
1 parent 778f3a7 commit 95f65aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Run-CodeCoverage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $opencoverArgs = @(
4646
) -join " "
4747

4848
$codecovDirectory = Join-Path $rootDirectory packages\Codecov.1.0.5\tools
49-
$codecov = Join-Path $opencoverDirectory codecov.exe
49+
$codecov = Join-Path $codecovDirectory codecov.exe
5050
$codecovArgs = "-f `"coverage.xml`""
5151

5252
& {

0 commit comments

Comments
 (0)