We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef0506 commit 14f3acdCopy full SHA for 14f3acd
.github/workflows/golang.yaml
@@ -39,7 +39,7 @@ jobs:
39
GO_GAPIC_VERSION: 0.57.0
40
- name: Run tests
41
run: |
42
- go test -race -coverprofile=coverage.out -covermode=atomic internal/librarian/golang
+ go test -race -coverprofile=coverage.out -covermode=atomic ./internal/librarian/golang
43
- name: Upload coverage report
44
uses: codecov/codecov-action@v5
45
with:
0 commit comments