halfrost / LeetCode-Go

✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
https://books.halfrost.com/leetcode
MIT License
32.76k stars 5.68k forks source link

fix/209: clean up redundant code #145

Closed novahe closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #145 (2104d8f) into master (9e35754) will increase coverage by 0.00%. The diff coverage is 75.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   71.87%   71.87%           
=======================================
  Files         692      692           
  Lines       12143    12136    -7     
=======================================
- Hits         8728     8723    -5     
+ Misses       3106     3105    -1     
+ Partials      309      308    -1     
Impacted Files Coverage Δ
...ize-Subarray-Sum/209. Minimum Size Subarray Sum.go 81.81% <75.00%> (+4.04%) :arrow_up:

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 9e35754...2104d8f. Read the comment docs.