ansible-collections / community.clickhouse

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

clickhouse_user: add the module #49

Closed aleksvagachev closed 6 months ago

aleksvagachev commented 6 months ago
SUMMARY

Added a new module for creating/deleting users #18
The module will be expanded in the future.

ISSUE TYPE
codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 87.89%. Comparing base (551a643) to head (2171de8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================== - Coverage 88.62% 87.89% -0.74% ========================================== Files 6 7 +1 Lines 466 537 +71 Branches 75 86 +11 ========================================== + Hits 413 472 +59 - Misses 31 37 +6 - Partials 22 28 +6 ```

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

Andersson007 commented 6 months ago

@aleksvagachev thanks for the contribution!