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

Commit 899732d

Browse files
Update script
1 parent 5db7c7a commit 899732d

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 $rootDirectory packages\Codecov.1.0.5\tools
47+
$codecovDirectory = Join-Path $rootDirectory 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)