alisomay / libpd-rs

Safe rust abstractions over libpd.
Other
82 stars 4 forks source link

Eval patch #13

Closed alisomay closed 2 years ago

alisomay commented 2 years ago

Aims to close #12

codecov-commenter commented 2 years ago

Codecov Report

Merging #13 (2a1d3e6) into main (8ed047c) will increase coverage by 1.66%. The diff coverage is 84.61%.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   92.65%   94.31%   +1.66%     
==========================================
  Files          30       35       +5     
  Lines        1239     1425     +186     
==========================================
+ Hits         1148     1344     +196     
+ Misses         91       81      -10     
Impacted Files Coverage Δ
src/array.rs 92.98% <ø> (ø)
src/error.rs 100.00% <ø> (+100.00%) :arrow_up:
tests/gui.rs 100.00% <ø> (ø)
src/convenience.rs 77.47% <84.61%> (+70.58%) :arrow_up:
tests/send_and_receive_bang.rs 100.00% <0.00%> (ø)
tests/send_and_receive_list.rs 100.00% <0.00%> (ø)
tests/send_and_receive_float.rs 100.00% <0.00%> (ø)
tests/send_and_receive_sysex.rs 100.00% <0.00%> (ø)
tests/send_and_receive_double.rs 100.00% <0.00%> (ø)
tests/send_and_receive_note_on.rs 100.00% <0.00%> (ø)
... and 16 more

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 eb38e91...2a1d3e6. Read the comment docs.