Skip to content

fix(parser): remove response time#4663

Merged
sogehige merged 1 commit into
masterfrom
4657
Mar 9, 2021
Merged

fix(parser): remove response time#4663
sogehige merged 1 commit into
masterfrom
4657

Conversation

@sogehige
Copy link
Copy Markdown
Collaborator

@sogehige sogehige commented Mar 9, 2021

Fixes #4657

CHECKLIST

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 9, 2021

Codecov Report

Merging #4663 (845f6d5) into master (c565c2d) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4663      +/-   ##
==========================================
+ Coverage   58.11%   58.19%   +0.08%     
==========================================
  Files         271      271              
  Lines       15964    15951      -13     
  Branches     3084     3082       -2     
==========================================
+ Hits         9277     9283       +6     
+ Misses       6687     6668      -19     
Flag Coverage Δ
mysql 58.03% <100.00%> (-0.05%) ⬇️
postgres 58.00% <100.00%> (?)
sqlite 57.90% <100.00%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
src/bot/helpers/parser.ts 71.42% <ø> (-7.52%) ⬇️
src/bot/tmi.ts 44.93% <100.00%> (-0.12%) ⬇️
src/bot/parser.ts 92.97% <0.00%> (-1.09%) ⬇️
src/bot/systems/points.ts 65.55% <0.00%> (+0.33%) ⬆️
src/bot/systems/timers.ts 82.42% <0.00%> (+0.60%) ⬆️
src/bot/systems/levels.ts 51.98% <0.00%> (+0.79%) ⬆️
src/bot/main.ts 75.00% <0.00%> (+0.92%) ⬆️
src/bot/decorators.ts 88.34% <0.00%> (+0.97%) ⬆️
src/bot/users.ts 37.50% <0.00%> (+1.17%) ⬆️
src/bot/systems/bets.ts 67.93% <0.00%> (+1.63%) ⬆️
... and 3 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 c565c2d...845f6d5. Read the comment docs.

@sogehige sogehige merged commit 9f017a3 into master Mar 9, 2021
@sogehige sogehige deleted the 4657 branch March 9, 2021 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove response time and log when it takes a while

1 participant