Closed S-Eibl closed 2 years ago
Merging #26 (ea410d2) into main (5b12976) will increase coverage by
32.93%
. The diff coverage is84.12%
.
@@ Coverage Diff @@
## main #26 +/- ##
===========================================
+ Coverage 15.18% 48.12% +32.93%
===========================================
Files 1 1
Lines 79 133 +54
===========================================
+ Hits 12 64 +52
- Misses 67 69 +2
Impacted Files | Coverage Δ | |
---|---|---|
builder.go | 48.12% <84.12%> (+32.93%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5b12976...ea410d2. Read the comment docs.
According to #21, this pull request should enable the processing of messages from the proto file
There is an alternative implementation with a seperate data_schema_builder, I would be interested in your opinion on what is better