fave77 / pbchess

An open-sourced free online chess platform
https://develop.pbchess.ml
GNU General Public License v3.0
44 stars 58 forks source link

Gametime Slider #146

Closed tend2infinity closed 3 years ago

tend2infinity commented 3 years ago

Solves issue #85 It is in progress, I'll be able to complete this by tomorrow.

codecov-commenter commented 3 years ago

Codecov Report

Merging #146 (0340bab) into develop (c05b66f) will decrease coverage by 15.79%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #146       +/-   ##
===========================================
- Coverage    17.49%   1.69%   -15.80%     
===========================================
  Files           54      20       -34     
  Lines         1246     471      -775     
  Branches       216      66      -150     
===========================================
- Hits           218       8      -210     
+ Misses        1028     463      -565     
Flag Coverage Δ
unittest 1.69% <ø> (-15.80%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
client/src/services/validation.service.js
client/src/components/game/game.js
client/src/components/profile/profile.js
client/src/components/register/register.js
client/src/components/videos/videos.js
client/src/components/contrib/contrib.js
client/src/components/footer/footer.js
client/src/configs/api.config.js
client/src/components/timer/timer.js
client/src/components/navbar/navbar.js
... and 22 more

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 c05b66f...0340bab. Read the comment docs.

adi-g15 commented 3 years ago

@tend2infinity Any further update on this, or are you stuck somewhere ?

tend2infinity commented 3 years ago

Nope, I was just a bit occupied since the last few days, I'll complete that today!

fave77 commented 3 years ago

Nope, I was just a bit occupied since the last few days, I'll complete that today!

Hi @tend2infinity , do you still plan to complete this PR?