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

Updates usage of `co` to async function in scintillator/loader.js #643

Closed mslourens closed 4 years ago

mslourens commented 5 years ago

fixes #637

Changelog

Migrate part of the code from co to async functions

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #643      +/-   ##
==========================================
+ Coverage   80.85%   80.85%   +<.01%     
==========================================
  Files         156      156              
  Lines        4764     4770       +6     
  Branches      184      184              
==========================================
+ Hits         3852     3857       +5     
- Misses        863      864       +1     
  Partials       49       49
Impacted Files Coverage Δ
src/scintillator/loader.js 85.36% <100%> (-0.35%) :arrow_down:

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...a4e2efa. Read the comment docs.