mithi / hexapod

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

Add Component tests #87

Closed mithi closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #87 into master will increase coverage by 19.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #87       +/-   ##
===========================================
+ Coverage   58.57%   77.96%   +19.39%     
===========================================
  Files          48       48               
  Lines        1178     1180        +2     
  Branches      138      138               
===========================================
+ Hits          690      920      +230     
+ Misses        446      227      -219     
+ Partials       42       33        -9     
Impacted Files Coverage Δ
src/components/DimensionsWidget.js 66.66% <100.00%> (+66.66%) :arrow_up:
src/components/Nav.js 100.00% <100.00%> (+100.00%) :arrow_up:
src/components/generic/Slider.js 87.50% <100.00%> (+87.50%) :arrow_up:
src/hexapod/VirtualHexapod.js 73.17% <0.00%> (+3.65%) :arrow_up:
src/hexapod/Hexagon.js 100.00% <0.00%> (+7.14%) :arrow_up:
src/components/generic/NumberInputField.js 32.43% <0.00%> (+32.43%) :arrow_up:
src/components/pages/InverseKinematicsPage.js 50.00% <0.00%> (+50.00%) :arrow_up:
src/components/pages/LegPatternPage.js 56.25% <0.00%> (+56.25%) :arrow_up:
... and 10 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 e473e55...7e9ae63. Read the comment docs.