Skip to content

Commit 3ef5f4c

Browse files
needs quotes
1 parent 0a7d905 commit 3ef5f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Generate Coverage File
5959
if: runner.os == 'Windows'
60-
run: go tool cover -html=$env:COVERAGE_FILE -o "cover.html"
60+
run: go tool cover -html="$($env:COVERAGE_FILE)" -o "cover.html"
6161
working-directory: ${{ github.workspace }}
6262

6363
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)