-
Notifications
You must be signed in to change notification settings - Fork 43
feat(contacts): highlight contacts #504
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
base: master
Are you sure you want to change the base?
Conversation
89af2d4
to
61fe812
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #504 +/- ##
============================================
- Coverage 100.00% 73.38% -26.62%
============================================
Files 15 38 +23
Lines 649 2728 +2079
Branches 0 1 +1
============================================
+ Hits 649 2002 +1353
- Misses 0 726 +726 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
61fe812
to
b7e356a
Compare
src/commands/scanner.js
Outdated
{ maxDepth, highlight: { | ||
contacts: parseContacts(contacts) | ||
} }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ maxDepth, highlight: { | |
contacts: parseContacts(contacts) | |
} }, | |
{ | |
maxDepth, | |
highlight: { | |
contacts: parseContacts(contacts) | |
} | |
}, |
5dcd678
to
c366130
Compare
Closes #490