Skip to content

Commit

Permalink
chore: add tests to boost coverage beyond 50% (apecloud#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
weicao authored Aug 26, 2024
1 parent 3cd922f commit 9d3e7ad
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ run: build
# Test target
.PHONY: test
test:
go test ./...
go test -v -cover ./...
Loading

0 comments on commit 9d3e7ad

Please sign in to comment.