Skip to content

Commit

Permalink
🩹 [Patch]: Add git add command to include updated files in coverage r…
Browse files Browse the repository at this point in the history
…eport workflow
  • Loading branch information
MariusStorhaug committed Nov 30, 2024
1 parent 90e8eba commit 28cde49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Set-CoverageReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
Script: |
. ".\scripts\Set-CoverageReport.ps1" -Verbose
git add .
LogGroup 'Updated files' {
$changedFiles = git diff --name-only
Expand All @@ -34,8 +35,7 @@ jobs:
# }
}
git add .
LogGroup "Changed files [$($changedFiles.Count)]" {
$changedFiles | ForEach-Object { Write-Host $_ }
}
Expand Down

0 comments on commit 28cde49

Please sign in to comment.