dkrichards86 / downtimer

Downtimer is a browser based productivity timer and wellness app.
https://downtimer.io
MIT License
0 stars 0 forks source link

Test expansion #35

Closed dkrichards86 closed 5 years ago

dkrichards86 commented 5 years ago

This branch improves unit test coverage for the app.

See #23

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@9461bf7). Click here to learn what that means. The diff coverage is 85.41%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #35   +/-   ##
=========================================
  Coverage          ?   82.61%           
=========================================
  Files             ?       21           
  Lines             ?      397           
  Branches          ?       21           
=========================================
  Hits              ?      328           
  Misses            ?       59           
  Partials          ?       10
Impacted Files Coverage Δ
src/store/modules/metadata/actions.js 72.72% <ø> (ø)
src/components/WrapperSidebarTimerListItem.vue 60% <ø> (ø)
src/utils/timer.js 100% <ø> (ø)
src/store/modules/timers/mutations.js 100% <ø> (ø)
src/store/modules/metadata/mutations.js 100% <ø> (ø)
src/store/modules/settings/mutations.js 100% <ø> (ø)
src/views/Settings.vue 87.5% <ø> (ø)
src/components/TimerRatingSnackbar.vue 100% <ø> (ø)
src/store/modules/settings/actions.js 100% <ø> (ø)
src/views/TimerForm.vue 78.37% <ø> (ø)
... and 8 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 9461bf7...756cc7d. Read the comment docs.