bieli / IoText-data-protocol

Internet of Things data protocol - simplistic text and CSV-friendly IoT data protocol. Options: Schema-less, schema+versioning, building deltas for data values. Easy to re-use.
Apache License 2.0
0 stars 2 forks source link

Multiple values (arrays) in one data field in IoText protocol v0 implementation #25

Closed bieli closed 5 months ago

bieli commented 5 months ago

Implementation of feature: https://github.com/bieli/IoText-data-protocol/issues/24

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 97.60000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 97.85%. Comparing base (bacf5df) to head (53c4496).

:exclamation: Current head 53c4496 differs from pull request most recent head 08f2671. Consider uploading reports for the commit 08f2671 to get more accurate results

Files Patch % Lines
src/codecs/item_codec.py 0.00% 2 Missing :warning:
src/codecs/metric_data_item_codec.py 98.03% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== + Coverage 96.81% 97.85% +1.04% ========================================== Files 14 14 Lines 251 373 +122 ========================================== + Hits 243 365 +122 Misses 8 8 ``` | [Flag](https://app.codecov.io/gh/bieli/IoText-data-protocol/pull/25/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marcin+Bielak) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/bieli/IoText-data-protocol/pull/25/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marcin+Bielak) | `97.85% <97.60%> (+1.04%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marcin+Bielak#carryforward-flags-in-the-pull-request-comment) to find out more.

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