patrickfav / bcrypt

A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.
https://favr.dev/opensource/bcrypt
Apache License 2.0
467 stars 50 forks source link

Fix missing gpg sign and add correct maven deploy flow #50

Closed patrickfav closed 1 year ago

patrickfav commented 1 year ago

Bump version to 0.10.2

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.57% // Head: 88.57% // No change to project coverage :thumbsup:

Coverage data is based on head (183deec) compared to base (a50dc69). Patch has no changes to coverable lines.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================= Coverage 88.57% 88.57% Complexity 61 61 ========================================= Files 11 11 Lines 499 499 Branches 92 92 ========================================= Hits 442 442 Misses 21 21 Partials 36 36 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Favre-Bulle). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Favre-Bulle)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.