mithi / hexapod

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

feat: It can rotate now + refactor + css styling changes #119

Closed mithi closed 4 years ago

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

Codecov Report

Merging #119 into master will decrease coverage by 1.48%. The diff coverage is 19.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   76.89%   75.40%   -1.49%     
==========================================
  Files          55       55              
  Lines        1402     1427      +25     
  Branches      157      167      +10     
==========================================
- Hits         1078     1076       -2     
- Misses        286      303      +17     
- Partials       38       48      +10     
Impacted Files Coverage Δ
src/App.js 86.36% <0.00%> (ø)
src/components/pages/InverseKinematicsPage.js 55.55% <ø> (ø)
src/components/pages/LegPatternPage.js 57.89% <ø> (ø)
src/components/pages/WalkingGaitsPage.js 7.92% <1.26%> (-1.29%) :arrow_down:
src/hexapod/VirtualHexapod.js 72.61% <66.66%> (-0.56%) :arrow_down:
src/hexapod/solvers/walkSequenceSolver.js 95.37% <85.71%> (-1.75%) :arrow_down:
src/components/DimensionsWidget.js 64.00% <100.00%> (-2.67%) :arrow_down:
src/components/Nav.js 100.00% <100.00%> (ø)
src/components/generic/Slider.js 88.88% <100.00%> (ø)
src/components/pages/ForwardKinematicsPage.js 75.00% <100.00%> (-4.17%) :arrow_down:
... and 1 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 af90900...344af88. Read the comment docs.