Skip to content

Commit

Permalink
.github: attempt to fix windows coverage file path
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jul 23, 2024
1 parent 33e489d commit fd8cd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: go build -v ./...

- name: Test with coverage
run: go test -v -coverprofile=coverage-${{ matrix.os }}-${{ matrix.go-version }}.txt -covermode=count ./...
run: go test -v -coverprofile="coverage-${{ matrix.os }}-${{ matrix.go-version }}.txt" -covermode=count ./...

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit fd8cd8a

Please sign in to comment.