server: fix unexported-return lint issue #19052
Merged
Codecov / codecov/project
succeeded
Feb 7, 2025 in 0s
68.85% (+0.01%) compared to d62cdee
View this Pull Request on Codecov
68.85% (+0.01%) compared to d62cdee
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 68.85%. Comparing base (
d62cdee
) to head (db05dea
).
Report is 19 commits behind head on main.
Additional details and impacted files
Files with missing lines | Coverage Δ | |
---|---|---|
server/auth/store.go | 83.79% <100.00%> (ø) |
|
server/etcdserver/adapters.go | 66.66% <100.00%> (ø) |
|
server/storage/mvcc/kvstore.go | 89.86% <ø> (ø) |
|
server/storage/mvcc/watchable_store.go | 93.89% <100.00%> (ø) |
|
server/storage/schema/auth.go | 100.00% <100.00%> (ø) |
... and 22 files with indirect coverage changes
@@ Coverage Diff @@
## main #19052 +/- ##
==========================================
+ Coverage 68.84% 68.85% +0.01%
==========================================
Files 420 420
Lines 35716 35723 +7
==========================================
+ Hits 24587 24596 +9
- Misses 9695 9699 +4
+ Partials 1434 1428 -6
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d62cdee...db05dea. Read the comment docs.
Loading