hzeller / beagleg

G-code interpreter and stepmotor controller for crazy fast coordinated moves of up to 8 steppers. Uses the Programmable Realtime Unit (PRU) of the Beaglebone.
http://beagleg.org/
GNU General Public License v3.0
122 stars 51 forks source link

added Dynamic RingDeque container #54

Closed lromor closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #54 (2d32d60) into master (6b2d27a) will increase coverage by 0.13%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   44.34%   44.48%   +0.13%     
==========================================
  Files          38       38              
  Lines        4122     4132      +10     
==========================================
+ Hits         1828     1838      +10     
  Misses       2294     2294              
Impacted Files Coverage Δ
src/planner.cc 76.07% <ø> (ø)
src/common/container.h 97.01% <100.00%> (+0.52%) :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 6b2d27a...2d32d60. Read the comment docs.