scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

Dialog refactor #93

Closed scottbot95 closed 5 years ago

scottbot95 commented 5 years ago

Several important improvements to the dialog system.

codecov-io commented 5 years ago

Codecov Report

Merging #93 into master will decrease coverage by 0.39%. The diff coverage is 71.87%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #93     +/-   ##
=========================================
- Coverage   59.14%   58.75%   -0.4%     
=========================================
  Files          36       36             
  Lines        1312     1314      +2     
  Branches       76       77      +1     
=========================================
- Hits          776      772      -4     
- Misses        518      524      +6     
  Partials       18       18
Impacted Files Coverage Δ
...ction/packages-page/step-two/step-two.component.ts 100% <ø> (ø) :arrow_up:
...election/package-table/package-table-datasource.ts 45.71% <ø> (ø) :arrow_up:
...ction/packages-page/step-one/step-one.component.ts 77.27% <ø> (ø) :arrow_up:
...selection/package-table/package-table.component.ts 48.48% <ø> (-0.76%) :arrow_down:
src/app/dialogs/services/dialog.service.ts 32.69% <0%> (-1.31%) :arrow_down:
src/app/main/main/main.component.ts 100% <100%> (ø) :arrow_up:
src/app/main/services/package.service.ts 33.33% <100%> (ø)
src/app/app.component.ts 100% <100%> (ø) :arrow_up:
...selection/changes-table/changes-table.component.ts 84.61% <100%> (ø) :arrow_up:
...n/packages-page/step-three/step-three.component.ts 55.55% <100%> (ø) :arrow_up:
... and 7 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 6dbbe92...2b1c4d2. Read the comment docs.