ansible-collections / community.clickhouse

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

Added units tests #38

Closed aleksvagachev closed 7 months ago

aleksvagachev commented 7 months ago
SUMMARY

Added unit tests for the clickhouse-client module

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (e33b2e7) 88.18% compared to head (374c3ea) 89.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ========================================== + Coverage 88.18% 89.67% +1.48% ========================================== Files 5 6 +1 Lines 381 397 +16 Branches 56 56 ========================================== + Hits 336 356 +20 + Misses 26 24 -2 + Partials 19 17 -2 ```

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

Andersson007 commented 7 months ago

@aleksvagachev thanks for the contribution!