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

clean up redundant code #138

Closed novahe closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #138 (d5aacae) into master (9dbefba) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
- Coverage   72.06%   72.04%   -0.03%     
==========================================
  Files         690      690              
  Lines       12175    12164      -11     
==========================================
- Hits         8774     8763      -11     
  Misses       3088     3088              
  Partials      313      313              
Impacted Files Coverage Δ
leetcode/0075.Sort-Colors/75. Sort Colors.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...d5aacae. Read the comment docs.