ansible-collections / community.clickhouse

Ansible Community ClickHouse Collection
GNU General Public License v3.0
5 stars 5 forks source link

clickhouse_user: add update_password argument #51

Closed Andersson007 closed 6 months ago

Andersson007 commented 6 months ago
SUMMARY

Fixes https://github.com/ansible-collections/community.clickhouse/issues/50

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.27%. Comparing base (4e221e0) to head (a55d429).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== + Coverage 87.89% 88.27% +0.38% ========================================== Files 7 7 Lines 537 546 +9 Branches 86 88 +2 ========================================== + Hits 472 482 +10 + Misses 37 36 -1 Partials 28 28 ```

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

Andersson007 commented 6 months ago

ready for review

Andersson007 commented 6 months ago

@aleksvagachev note that there's no fragment and no version_added as the module hasn't appeared in any release yet. in general, we should keep an eye on this. FYI Thanks for reviewing!