Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Component tests #87

Merged
merged 9 commits into from
Jun 24, 2020
Merged

Add Component tests #87

merged 9 commits into from
Jun 24, 2020

Conversation

mithi
Copy link
Owner

@mithi mithi commented Jun 24, 2020

No description provided.

@codecov
Copy link

codecov bot commented Jun 24, 2020

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%) ⬆️
src/components/Nav.js 100.00% <100.00%> (+100.00%) ⬆️
src/components/generic/Slider.js 87.50% <100.00%> (+87.50%) ⬆️
src/hexapod/VirtualHexapod.js 73.17% <0.00%> (+3.65%) ⬆️
src/hexapod/Hexagon.js 100.00% <0.00%> (+7.14%) ⬆️
src/components/generic/NumberInputField.js 32.43% <0.00%> (+32.43%) ⬆️
src/components/pages/InverseKinematicsPage.js 50.00% <0.00%> (+50.00%) ⬆️
src/components/pages/LegPatternPage.js 56.25% <0.00%> (+56.25%) ⬆️
... 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.

@mithi mithi added the best practice Best practice in software development label Jun 24, 2020
@mithi mithi merged commit d7d2e05 into master Jun 24, 2020
@mithi mithi mentioned this pull request Jun 24, 2020
6 tasks
@mithi mithi deleted the component-tests branch June 24, 2020 19:27
@mithi mithi linked an issue Jun 25, 2020 that may be closed by this pull request
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
best practice Best practice in software development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve code coverage
1 participant