unional / test-progress-tracker

Test Progress Tracker
MIT License
0 stars 0 forks source link

feat: add init() #3

Closed unional closed 6 years ago

unional commented 6 years ago

append will not do the init for you. You need to call init() before using. Just like you need to do git init first.

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #3   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      9    +2     
  Lines          71     83   +12     
  Branches       11     12    +1     
=====================================
+ Hits           71     83   +12
Impacted Files Coverage Δ
src/init.ts 100% <100%> (ø)
src/load.ts 100% <100%> (ø) :arrow_up:
src/initInternal.ts 100% <100%> (ø)
src/store.ts 100% <100%> (ø)
src/append.ts 100% <100%> (ø) :arrow_up:

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 26355c4...f41897e. Read the comment docs.

unional commented 6 years ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: