Skip to content

Commit

Permalink
final?
Browse files Browse the repository at this point in the history
  • Loading branch information
Qaleka committed Dec 18, 2024
1 parent 1022273 commit 91dcaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# 4. Run tests
- name: Run Go tests
run: |
go test -coverpkg=./... -coverprofile=cover ./... && cat cover | grep -v "mock" | grep -v "easyjson" | grep -v "proto" | grep -v "pb" > cover.out && go tool cover -func=cover.out
go test -coverpkg=./... -coverprofile=cover ./... && cat cover | grep -v "mock" | grep -v "easyjson" | grep -v "proto" | grep -v "pb" | grep -v "grpc" > cover.out && go tool cover -func=cover.out
# 5. Login to DockerHub
- name: Login to DockerHub Registry
Expand Down

0 comments on commit 91dcaaa

Please sign in to comment.