go-daq / canbus

CAN-bus interface
BSD 3-Clause "New" or "Revised" License
31 stars 14 forks source link

all: introduce canbus.Frame #5

Closed sbinet closed 2 years ago

sbinet commented 2 years ago

Signed-off-by: Sebastien Binet binet@cern.ch

codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (e36537d) into main (c0b0470) will increase coverage by 16.71%. The diff coverage is 74.41%.

@@             Coverage Diff             @@
##             main       #5       +/-   ##
===========================================
+ Coverage   60.78%   77.50%   +16.71%     
===========================================
  Files           1        2        +1     
  Lines          51       80       +29     
===========================================
+ Hits           31       62       +31     
+ Misses         15       14        -1     
+ Partials        5        4        -1     
Impacted Files Coverage Δ
frame_string.go 40.00% <40.00%> (ø)
socket.go 80.00% <78.94%> (+19.21%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

sbinet commented 2 years ago

@collinbrake what do you think about this new API ?

sbinet commented 2 years ago

ping ?