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

Use explicit mapping of names #242

Closed
wants to merge 1 commit into from
Closed

Conversation

noisecapella
Copy link

What are the relevant tickets?

Fixes #241

What's this PR do?

Instead of making a best guess, Doof will see that the name matches exactly with the name in the PR. If yes, the name will be tagged in the slack message, otherwise the name will be used as is without tagging the user.

How should this be manually tested?

N/A

@codecov-io
Copy link

Codecov Report

Merging #242 into master will decrease coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
- Coverage   82.87%   82.71%   -0.17%     
==========================================
  Files          19       19              
  Lines        1174     1163      -11     
  Branches      169      164       -5     
==========================================
- Hits          973      962      -11     
  Misses        177      177              
  Partials       24       24              
Impacted Files Coverage Δ
lib.py 94.57% <100.00%> (-0.43%) ⬇️

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 718851c...d6cc307. Read the comment docs.

@noisecapella noisecapella deleted the gs/explicit_names branch August 11, 2020 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doof should have an explicit list of slack username => github username
2 participants