Skip to content

Commit

Permalink
test: exclude some go fake files in ut coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Jan 3, 2025
1 parent 6089d3a commit e02ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
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 comments on commit e02ba4d

Please sign in to comment.