Skip to content

Commit

Permalink
Merge pull request #1794 from andyzhangx/goveralls-exclude4
Browse files Browse the repository at this point in the history
test: exclude some go fake files in ut coverage
  • Loading branch information
andyzhangx authored Jan 15, 2025
2 parents bd35aba + 9d756ed commit edcf9fd
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=./pkg/blobfuse-proxy/pb
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 edcf9fd

Please sign in to comment.