We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7d905 commit 3ef5f4cCopy full SHA for 3ef5f4c
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Generate Coverage File
59
if: runner.os == 'Windows'
60
- run: go tool cover -html=$env:COVERAGE_FILE -o "cover.html"
+ run: go tool cover -html="$($env:COVERAGE_FILE)" -o "cover.html"
61
working-directory: ${{ github.workspace }}
62
63
- name: Upload coverage reports to Codecov
0 commit comments