TheAlgorithms / C-Sharp

All algorithms implemented in C#.
GNU General Public License v3.0
6.94k stars 1.49k forks source link

Feature/blowfish #405

Closed Kalkwst closed 11 months ago

Kalkwst commented 11 months ago
codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (2d6a3ee) 95.79% compared to head (2ffe59c) 95.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #405 +/- ## ========================================== + Coverage 95.79% 95.90% +0.11% ========================================== Files 220 221 +1 Lines 8957 9200 +243 ========================================== + Hits 8580 8823 +243 Misses 377 377 ``` | [Files](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/405?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms) | Coverage Δ | | |---|---|---| | [Algorithms/Encoders/BlowfishEncoder.cs](https://app.codecov.io/gh/TheAlgorithms/C-Sharp/pull/405?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=TheAlgorithms#diff-QWxnb3JpdGhtcy9FbmNvZGVycy9CbG93ZmlzaEVuY29kZXIuY3M=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

siriak commented 11 months ago

Please fix these issues image

Kalkwst commented 11 months ago

Codacy fails

Fixed :)