We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7ffe0 commit 8e96bd5Copy full SHA for 8e96bd5
1 file changed
Source/Public/Convert-CodeCoverage.ps1
@@ -22,19 +22,6 @@ function Convert-CodeCoverage {
22
# Output paths as short paths, relative to the SourceRoot
23
[switch]$Relative
24
)
25
- begin {
26
- $filemap = @{}
27
- # Conditionally define the Resolve function as either Convert-Path or Resolve-Path
28
- ${function:Resolve} = if ($Relative) {
29
- { process {
30
- $_ | Resolve-Path -Relative
31
- } }
32
- } else {
33
34
- $_ | Convert-Path
35
36
- }
37
38
process {
39
Push-Location $SourceRoot
40
try {
0 commit comments