Skip to content

Commit edcf9fd

Browse files
authored
Merge pull request #1794 from andyzhangx/goveralls-exclude4
test: exclude some go fake files in ut coverage
2 parents bd35aba + 9d756ed commit edcf9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
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=./pkg/blobfuse-proxy/pb
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)