Skip to content

Commit 721dfa6

Browse files
committed
fix code cov source file dest
1 parent c0d63b7 commit 721dfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/sqlcover/Run_SQLCover.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If ($IsCoverStarted) {
4646
Write-Host "Generating code coverage report..." -ForegroundColor $Color
4747
If (!($LocalTest)) {
4848
$coverageResults.OpenCoverXml() | Out-File $CoverageXMLPath -Encoding utf8
49-
$coverageResults.SaveSourceFiles($ReportDest)
49+
$coverageResults.SaveSourceFiles($PSScriptRoot)
5050
}
5151
Else { # Don't save any files and bring up html report for review
5252
$tmpFile = Join-Path $env:TEMP "Coverage.html"

0 commit comments

Comments
 (0)