bemusic / bemuse

⬤▗▚▚▚ Web-based online rhythm action game. Based on HTML5 technologies, React, Redux and Pixi.js.
https://bemuse.ninja/
GNU Affero General Public License v3.0
1.15k stars 147 forks source link

Refactor load function to use async/await instead of Co library #651

Closed DanielAguirre closed 5 years ago

DanielAguirre commented 5 years ago

Fix #651 637

codecov-io commented 5 years ago

Codecov Report

Merging #651 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #651      +/-   ##
==========================================
+ Coverage   80.85%   80.86%   +<.01%     
==========================================
  Files         156      156              
  Lines        4764     4771       +7     
  Branches      184      184              
==========================================
+ Hits         3852     3858       +6     
- Misses        863      864       +1     
  Partials       49       49
Impacted Files Coverage Δ
src/scintillator/loader.js 85.71% <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 ff90d37...4ec1364. Read the comment docs.