Closed unional closed 6 years ago
Merging #3 into master will not change coverage. The diff coverage is
100%
.
@@ 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.
:tada: This PR is included in version 1.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
append will not do the init for you. You need to call
init()
before using. Just like you need to dogit init
first.