foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5k stars 240 forks source link

pass_table: fix user hash creation #507

Closed NickCao closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #507 (15163e7) into master (bbaea04) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #507   +/-   ##
=======================================
  Coverage   52.85%   52.85%           
=======================================
  Files         126      126           
  Lines       12930    12930           
=======================================
  Hits         6834     6834           
  Misses       5456     5456           
  Partials      640      640           
Flag Coverage Δ
integration 34.09% <0.00%> (ø)
unit 54.31% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/auth/pass_table/table.go 15.12% <0.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 bbaea04...15163e7. Read the comment docs.

foxcpp commented 2 years ago

Thanks!