Closed darrenjennings closed 4 years ago
Merging #165 into master will increase coverage by
1.78%
. The diff coverage is87.5%
.
@@ Coverage Diff @@
## master #165 +/- ##
==========================================
+ Coverage 83.33% 85.11% +1.78%
==========================================
Files 1 1
Lines 168 168
Branches 48 47 -1
==========================================
+ Hits 140 143 +3
+ Misses 12 11 -1
+ Partials 16 14 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/Autosuggest.vue | 85.11% <87.5%> (+1.78%) |
: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 bfe3e7c...a0a6b13. Read the comment docs.
Can please update the documentation according to this?
Adds ability to specify
liClass
andulClass
in sections:e.g.
Or if your item has a liClass on it, it will be used:
Fixes #90