Skip to content

Commit

Permalink
ci: no cover
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 2, 2024
1 parent 1f4d65c commit bea603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test: deps install
@echo "mode: count" > coverage.txt
@for d in $$(go list ./... | grep -v vendor | grep -v examples); \
do \
CGO_ENABLED=0 go test -count=1 -v -coverprofile=profile.out -covermode=count $$d; \
CGO_ENABLED=0 go test -count=1 -v $$d; \
if [ $$? != 0 ]; then \
export FAILURE=1; \
fi; \
Expand Down

0 comments on commit bea603e

Please sign in to comment.