Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes some redundant code from nicktracker for slack and scummvm #266

Merged
merged 1 commit into from Feb 18, 2018

Conversation

bhuvangupta008
Copy link
Contributor

What? Why?

Fix #254 . (Add Reference to the issue if any)

Changes proposed in this pull request:

  • a Removed redundant code for multi channel analysis for slack and scummvm
  • b Modified nicktracker test file for both slack and scummvm

Notify reviewers

@kaushik-rohit
@prasadtalasila

@codecov
Copy link

codecov bot commented Feb 17, 2018

Codecov Report

Merging #266 into dev will decrease coverage by 0.19%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev     #266     +/-   ##
=========================================
- Coverage   91.44%   91.25%   -0.2%     
=========================================
  Files          15       15             
  Lines        2362     2241    -121     
=========================================
- Hits         2160     2045    -115     
+ Misses        202      196      -6
Impacted Files Coverage Δ
lib/slack/nickTracker.py 100% <100%> (+2.75%) ⬆️
lib/scummvm/nickTracker.py 100% <100%> (+2.75%) ⬆️

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 2bef98a...ea73e54. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.8%) to 35.118% when pulling ea73e54 on bhuvangupta008:nicktracker into 2bef98a on prasadtalasila:dev.

@prasadtalasila
Copy link
Owner

@kaushik-rohit please review this PR.

@kaushik-rohit
Copy link
Contributor

@bhuvangupta008 The PR looks good to me. It is true that don't need to create a dictionary with nicks and channels since slack and scummvm analysis is isolated. Since this doesn't break anything, it seems that we were anyway not using it anywhere. Just one suggestion, since it also modifies the test, can you update the commit message to reflect that.

@prasadtalasila prasadtalasila merged commit 0bead14 into prasadtalasila:dev Feb 18, 2018
@prasadtalasila
Copy link
Owner

@kaushik-rohit and @bhuvangupta008 I updated the commit message during the squash and merge. No need to amend the commit message.

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.

None yet

4 participants