We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd35aba + 9d756ed commit edcf9fdCopy full SHA for edcf9fd
.github/workflows/linux.yaml
@@ -48,4 +48,4 @@ jobs:
48
- name: Send coverage
49
env:
50
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
- 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 commit comments