Interactions-HSG / grpcwot

A simple command line tool to generate a Thing Description from Protocol Buffers
GNU General Public License v3.0
0 stars 0 forks source link

Message referencing #26

Closed S-Eibl closed 2 years ago

S-Eibl commented 2 years ago

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

codecov-commenter commented 2 years ago

Codecov Report

Merging #26 (ea410d2) into main (5b12976) will increase coverage by 32.93%. The diff coverage is 84.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.