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

Fixed Debug Look for Web / Got Lesson Demo Working #59

Closed phptuts closed 4 years ago

phptuts commented 4 years ago

Got Lesson demo working

codecov[bot] commented 4 years ago

Codecov Report

Merging #59 into master will increase coverage by 0.09%. The diff coverage is 44.7%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   37.28%   37.38%   +0.09%     
==========================================
  Files         197      203       +6     
  Lines        6338     6423      +85     
  Branches      777      782       +5     
==========================================
+ Hits         2363     2401      +38     
- Misses       3892     3939      +47     
  Partials       83       83
Impacted Files Coverage Δ
...s/arduino/arduino-debug/arduino-debug.component.ts 18.88% <ø> (ø) :arrow_up:
src/app/data/lessons/lesson-2.ts 100% <100%> (ø)
src/app/data/lessons/lesson-1.ts 100% <100%> (ø)
src/app/data/lessons/lesson-models.ts 100% <100%> (ø)
src/app/data/lessons/index.ts 100% <100%> (ø)
src/app/app.module.ts 90.9% <100%> (+0.21%) :arrow_up:
src/app/app-routing.module.ts 94.11% <100%> (+0.36%) :arrow_up:
src/app/components/menu/menu.component.ts 25% <12.5%> (-1.79%) :arrow_down:
src/app/components/lesson/lesson.component.ts 26.92% <26.92%> (ø)
src/app/services/lesson/lesson.service.ts 71.42% <71.42%> (ø)
... and 6 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 4072e08...30ccdcc. Read the comment docs.