mithi / hexapod

Blazing fast hexapod robot simulator for the web.
https://hexapod.netlify.app
Apache License 2.0
579 stars 70 forks source link

Various optimizations and miscellaneous #132

Closed mithi closed 4 years ago

mithi commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #132 into master will increase coverage by 0.09%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   75.65%   75.75%   +0.09%     
==========================================
  Files          57       58       +1     
  Lines        1442     1452      +10     
  Branches      177      178       +1     
==========================================
+ Hits         1091     1100       +9     
- Misses        305      306       +1     
  Partials       46       46              
Impacted Files Coverage Δ
src/App.js 100.00% <ø> (ø)
src/components/generic/SmallWidgets.js 90.90% <ø> (ø)
src/components/pages/LandingPage.js 100.00% <ø> (ø)
src/index.js 0.00% <0.00%> (ø)
src/components/HexapodPlot.js 88.88% <100.00%> (+8.88%) :arrow_up:
src/components/pages/MinimumRandomRobotGif.js 100.00% <100.00%> (ø)
src/components/pages/PoseTable.js 100.00% <100.00%> (ø)
src/components/pages/RandomRobotGif.js 100.00% <100.00%> (ø)
src/templates/plotParams.js 100.00% <100.00%> (ø)

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 9b187a9...2cbb3bf. Read the comment docs.