thislooksfun / earthdawn

A smart Earthdawn character sheet
GNU General Public License v2.0
0 stars 1 forks source link

"Finish" the character creation wizard #110

Closed thislooksfun closed 5 years ago

thislooksfun commented 5 years ago

This finishes enough of the character creation wizard to get basic play out of it.

codecov-io commented 5 years ago

Codecov Report

Merging #110 into master will decrease coverage by 7.35%. The diff coverage is 7%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #110      +/-   ##
=========================================
- Coverage   29.85%   22.5%   -7.36%     
=========================================
  Files          44      49       +5     
  Lines         412     600     +188     
  Branches       20      46      +26     
=========================================
+ Hits          123     135      +12     
- Misses        289     465     +176
Flag Coverage Δ
#unittests 22.5% <7%> (-7.36%) :arrow_down:
Impacted Files Coverage Δ
src/components/characterSheet/index.vue 0% <ø> (ø) :arrow_up:
src/assets/earthdawn/skills/index.js 66.66% <ø> (ø) :arrow_up:
...es/Characters/currentCharacter/playMode/actions.js 0% <0%> (ø) :arrow_up:
src/components/newCharacterWizard/Equipment.vue 0% <0%> (ø)
...es/Characters/currentCharacter/editMode/actions.js 0% <0%> (ø) :arrow_up:
src/components/newCharacterWizard/SkillRanks.vue 0% <0%> (ø)
src/components/newCharacterWizard/index.vue 0% <0%> (ø) :arrow_up:
src/store/modules/Characters/editMode/mutations.js 0% <0%> (ø) :arrow_up:
src/views/CharacterList.vue 0% <0%> (ø) :arrow_up:
src/components/newCharacterWizard/SpellRanks.vue 0% <0%> (ø)
... and 12 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 bc33d2e...b06c7b4. Read the comment docs.

thislooksfun commented 5 years ago

Manually overriding failures on codecov/patch and codecov/project. Those failures are because new uncovered files were added, and tests have not yet been written (see #21 and #22 for progress).