Skip to content

Commit

Permalink
Fix: Add coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop Gopalakrishnan <[email protected]>
  • Loading branch information
anoop2811 committed Jan 22, 2024
1 parent e8c2585 commit 0da158e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test:
echo 'mode: count' > coverage.out
find . -name "*.coverprofile" | xargs -I{} tail -q -n +2 {} >> coverage.out
find . -name "*.coverprofile" | xargs -I{} rm {}
go tool cover -func=coverage.out -o=coverage.out

docker-build-local: cross-compile
@echo "Building Local Docker image..."
Expand Down

0 comments on commit 0da158e

Please sign in to comment.