Skip to content

Conversation

@toffaletti
Copy link
Contributor

Before:

go test .
--- FAIL: Test_omitempty_nil_interface (0.00s)
        Error Trace:    jsoniter_interface_test.go:371
	Error:      	Not equal: 
	            	expected: "{}"
	            	actual: "{\"field\":null}"
FAIL
FAIL	github.com/json-iterator/go	0.148s

Relevant code in reflect package: https://golang.org/src/reflect/value.go#L132

@codecov
Copy link

codecov bot commented Sep 15, 2017

Codecov Report

Merging #169 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   84.74%   84.73%   -0.02%     
==========================================
  Files          41       41              
  Lines        5199     5200       +1     
==========================================
  Hits         4406     4406              
- Misses        632      633       +1     
  Partials      161      161
Impacted Files Coverage Δ
feature_reflect_native.go 64.81% <100%> (+0.62%) ⬆️
feature_iter_string.go 89.51% <0%> (-2.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8eb43e...005d86d. Read the comment docs.

@taowen taowen merged commit eef35e5 into json-iterator:master Sep 15, 2017
zhenzou pushed a commit to zhenzou/jsoniter that referenced this pull request Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants