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

Commit efa2c92

Browse files
Removing quotes
1 parent 578681e commit efa2c92

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
@@ -47,7 +47,7 @@ $opencoverArgs = @(
4747

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

5252
& {
5353
Trap {

0 commit comments

Comments
 (0)