Skip to content

Commit 6089d3a

Browse files
authored
Merge pull request #1780 from andyzhangx/goveralls-exclude
test: exclude some go fake files in ut coverage
2 parents 0aa06b1 + 835e348 commit 6089d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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
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

0 commit comments

Comments
 (0)