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

Commit 7c464c4

Browse files
Fixing codecov path
1 parent a003850 commit 7c464c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Run-CodeCoverage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $opencoverArgs = @(
4444
"-register:user -output:$rootDirectory\coverage.xml"
4545
) -join " "
4646

47-
$codecovDirectory = Join-Path $env:USERPROFILE .nuget\packages\Codecov.1.1.0\tools
47+
$codecovDirectory = Join-Path $env:USERPROFILE .nuget\packages\Codecov\1.1.0\tools
4848
$codecov = Join-Path $codecovDirectory codecov.exe
4949
$codecovArgs = "-f $rootDirectory\coverage.xml"
5050

0 commit comments

Comments
 (0)