We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5e1ad commit 71ae23cCopy full SHA for 71ae23c
2 files changed
integration-tests/init-with-token/expected/.codacy/codacy.yaml
integration-tests/run.ps1
@@ -110,7 +110,7 @@ function Compare-Files {
110
111
# Compare subdirectories
112
Get-ChildItem -Path $expectedDir -Directory | Where-Object { $_.Name -ne "logs" } | ForEach-Object {
113
- $actualSubDir = if ($_.Name -eq ".codacy") { $actualDir } else { Join-Path $actualDir $_.Name }
+ $actualSubDir = Join-Path $actualDir $_.Name
114
115
if (-not (Test-Path $actualSubDir)) {
116
Write-Host "❌ Directory $label/$($_.Name) does not exist in actual output"
0 commit comments