feat: add sonic json support (#3184)

* feat: add sonic json support

* fix: add blank line in readme
This commit is contained in:
Rainshaw
2022-08-02 10:20:59 +08:00
committed by GitHub
parent 79dd72deb9
commit 8374ed2268
7 changed files with 67 additions and 4 deletions

View File

@ -11,7 +11,7 @@ TESTTAGS ?= ""
test:
echo "mode: count" > coverage.out
for d in $(TESTFOLDER); do \
$(GO) test -tags $(TESTTAGS) -v -covermode=count -coverprofile=profile.out $$d > tmp.out; \
$(GO) test $(TESTTAGS) -v -covermode=count -coverprofile=profile.out $$d > tmp.out; \
cat tmp.out; \
if grep -q "^--- FAIL" tmp.out; then \
rm tmp.out; \