Closed morganney closed 2 years ago
Merging #20 (b3fc3ff) into main (1026b7b) will increase coverage by
21.40%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #20 +/- ##
===========================================
+ Coverage 75.47% 96.88% +21.40%
===========================================
Files 7 7
Lines 477 481 +4
Branches 131 133 +2
===========================================
+ Hits 360 466 +106
+ Misses 117 15 -102
Impacted Files | Coverage Δ | |
---|---|---|
src/icons.tsx | 100.00% <ø> (ø) |
|
src/component.tsx | 100.00% <100.00%> (+13.04%) |
:arrow_up: |
src/control.tsx | 100.00% <100.00%> (+11.76%) |
:arrow_up: |
src/controller.ts | 98.03% <100.00%> (+38.33%) |
:arrow_up: |
src/hook.tsx | 93.60% <100.00%> (+8.98%) |
:arrow_up: |
src/highlighter.tsx | 100.00% <0.00%> (+10.00%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
play
method becomeasync
to account for it handling playing ofHTMLAudioElement.play
which is itself async, i.e. promise returning. No public facing API has changed to become async, however.