scottbot95 / RoR2ModManager

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

Import/Export #39

Closed scottbot95 closed 5 years ago

scottbot95 commented 5 years ago

This will resolve #32 when it gets merged

codecov-io commented 5 years ago

Codecov Report

Merging #39 into master will decrease coverage by 3.49%. The diff coverage is 45.86%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #39     +/-   ##
=========================================
- Coverage   58.63%   55.13%   -3.5%     
=========================================
  Files          23       26      +3     
  Lines         660      720     +60     
  Branches       27       35      +8     
=========================================
+ Hits          387      397     +10     
- Misses        267      317     +50     
  Partials        6        6
Impacted Files Coverage Δ
...election/package-table/package-table-datasource.ts 45.71% <ø> (ø)
...selection/packages-page/packages-page.component.ts 76.92% <ø> (ø)
src/app/core/services/electron.service.ts 21.05% <0%> (-1.17%) :arrow_down:
src/app/main/main/main.component.ts 100% <100%> (ø)
src/app/profile/constants.ts 100% <100%> (ø)
...selection/package-table/package-table.component.ts 58.82% <100%> (ø)
src/app/app.component.ts 85.71% <100%> (+2.38%) :arrow_up:
...ain/preferences-page/preferences-page.component.ts 69.23% <100%> (ø)
...ction/package-details/package-details.component.ts 94.73% <100%> (ø)
src/app/core/services/theme.service.ts 88.88% <100%> (+0.42%) :arrow_up:
... and 11 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 a6cd279...6dc166c. Read the comment docs.