ansible-collections / community.clickhouse

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

clickhouse_client: add integration tests #31

Closed Andersson007 closed 7 months ago

Andersson007 commented 7 months ago
SUMMARY

clickhouse_client: add integration tests

heads up: DateTime is not TimeDelta (unsupporte). Added to make sure it works ok. I think TimeDelta can be added to ClickHouse in future, so let's keep it

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (d9c0343) 89.40% compared to head (f54fb17) 89.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 89.40% 89.94% +0.54% ========================================== Files 5 5 Lines 368 368 Branches 54 54 ========================================== + Hits 329 331 +2 + Misses 21 20 -1 + Partials 18 17 -1 ```

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

Andersson007 commented 7 months ago

ready for review