Skip to content

Commit 29ae2c2

Browse files
hegner123claude
andcommitted
Quote coverage filename to fix PowerShell parsing
PowerShell requires quotes around filenames with dots. Changed -coverprofile=coverage.out to -coverprofile="coverage.out" Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 84d3383 commit 29ae2c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
go-version: ${{ matrix.go-version }}
2626

2727
- name: Run tests
28-
shell: bash
29-
run: go test -v -race -coverprofile=coverage.out -covermode=atomic
28+
run: go test -v -race -coverprofile="coverage.out" -covermode=atomic
3029

3130
- name: Upload coverage to Codecov
3231
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23'

0 commit comments

Comments
 (0)