bytedance / go-tagexpr

An interesting go struct tag expression syntax for field validation, etc.
Apache License 2.0
1.66k stars 142 forks source link

fix: remove the return statement in the middle of the TestNilField test #52

Open Abirdcfly opened 2 years ago

Abirdcfly commented 2 years ago

Signed-off-by: Abirdcfly fp544037857@gmail.com

codecov-commenter commented 2 years ago

Codecov Report

Merging #52 (76c17de) into master (cb84d6c) will increase coverage by 0.32%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   76.54%   76.86%   +0.32%     
==========================================
  Files          27       27              
  Lines        3108     3108              
==========================================
+ Hits         2379     2389      +10     
+ Misses        593      587       -6     
+ Partials      136      132       -4     
Impacted Files Coverage Δ
tagexpr.go 80.75% <0.00%> (+1.07%) :arrow_up:
handler.go 90.19% <0.00%> (+3.92%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more