Skip to content

Commit e02ba4d

Browse files
authored
test: exclude some go fake files in ut coverage
1 parent 6089d3a commit e02ba4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/linux.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: Send coverage
4949
env:
5050
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
run: goveralls -coverprofile=profile.cov -service=github -ignore=./blobfuse-proxy/pb/azure_blob_mount.pb.go,./blobfuse-proxy/pb/azure_blob_mount_grpc.pb.go
51+
run: goveralls -coverprofile=profile.cov -service=github -ignore=./pkg/blobfuse-proxy/pb/azure_blob_mount.pb.go,./pkg/blobfuse-proxy/pb/azure_blob_mount_grpc.pb.go

0 commit comments

Comments
 (0)