ElectroBlocks / ElectroBlocks-Legacy

A previous version of ElectroBlocks before the rewrite.
https://electroblocks.org
GNU General Public License v3.0
16 stars 4 forks source link

Steps #54

Closed phptuts closed 5 years ago

phptuts commented 5 years ago

Purpose

To get steps to work with the UI. Right now, this the first pass at it. I need to add back the variable menu and rework it a little.

codecov[bot] commented 5 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.29%. The diff coverage is 71.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   38.11%   38.41%   +0.29%     
==========================================
  Files         193      194       +1     
  Lines        5845     5967     +122     
  Branches      672      698      +26     
==========================================
+ Hits         2228     2292      +64     
- Misses       3546     3593      +47     
- Partials       71       82      +11
Impacted Files Coverage Δ
src/app/core/services/player/frame/frame_player.ts 79% <ø> (ø) :arrow_up:
...re/services/player/frame_genorator/motionsensor.ts 42.85% <ø> (ø) :arrow_up:
src/app/player/player.component.ts 40.74% <ø> (+6.36%) :arrow_up:
...re/services/player/arduino/state/electric.state.ts 100% <ø> (ø) :arrow_up:
.../core/services/player/frame_genorator/bluetooth.ts 36% <0%> (+1.38%) :arrow_up:
...rc/app/core/services/player/frame_genorator/led.ts 31.42% <0%> (+8.57%) :arrow_up:
...c/app/core/services/player/frame_genorator/rfid.ts 46.15% <0%> (ø) :arrow_up:
...app/core/services/player/frame_genorator/button.ts 42.85% <0%> (ø) :arrow_up:
.../core/services/player/frame_genorator/led_color.ts 24% <0%> (ø) :arrow_up:
...t-container/virtual-circuit-container.component.ts 33.33% <0%> (ø) :arrow_up:
... and 39 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 3f87c03...82256bb. Read the comment docs.