Skip to content

Commit

Permalink
Merge pull request #15 from OrangeBao/feature_unit_test
Browse files Browse the repository at this point in the history
feat: modify unit test
  • Loading branch information
wuyingjun-lucky authored Aug 15, 2023
2 parents b25dee6 + 38467fe commit efc5a0c
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 1,763 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ test:
mkdir -p ./_output/coverage/
go test --race --v ./pkg/... -coverprofile=./_output/coverage/coverage_pkg.txt -covermode=atomic
go test --race --v ./cmd/... -coverprofile=./_output/coverage/coverage_cmd.txt -covermode=atomic
go test --race --v ./examples/... -coverprofile=./_output/coverage/coverage_examples.txt -covermode=atomic
# go test --race --v ./examples/... -coverprofile=./_output/coverage/coverage_examples.txt -covermode=atomic

upload-images: images
@echo "push images to $(REGISTRY)"
Expand Down
80 changes: 0 additions & 80 deletions pkg/agent/network-manager/network_manager_test.go

This file was deleted.

231 changes: 0 additions & 231 deletions pkg/controllers/calicoippool/calicoippool_controller_test.go

This file was deleted.

Loading

0 comments on commit efc5a0c

Please sign in to comment.