kio icon indicating copy to clipboard operation
kio copied to clipboard

feature: Build schema on upstream version 3.7.0

Open aiven-anton opened this issue 1 year ago • 2 comments

aiven-anton avatar Mar 27 '24 17:03 aiven-anton

Field classified breaks for new tuple of UUIDs field:

    offline_log_dirs: tuple[uuid.UUID | None, ...] = field(
        metadata={"kafka_type": "uuid", "tag": 0}, default=()
    )

aiven-anton avatar Mar 27 '24 17:03 aiven-anton

Codecov Report

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

Project coverage is 100.00%. Comparing base (b70a08f) to head (a017a86).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #165   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          822       822           
  Branches       132       132           
=========================================
  Hits           822       822           

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

codecov-commenter avatar Aug 19 '24 14:08 codecov-commenter