halfrost / LeetCode-Go

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

clean up redundant code #137

Closed novahe closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #137 (58f6f7f) into master (9dbefba) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #137   +/-   ##
=======================================
  Coverage   72.06%   72.06%           
=======================================
  Files         690      690           
  Lines       12175    12176    +1     
=======================================
+ Hits         8774     8775    +1     
  Misses       3088     3088           
  Partials      313      313           
Impacted Files Coverage Δ
leetcode/0062.Unique-Paths/62. Unique Paths.go 100.00% <100.00%> (ø)

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 9dbefba...58f6f7f. Read the comment docs.