-
Notifications
You must be signed in to change notification settings - Fork 113
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
per entity signature count tool #2500
Conversation
985df1f
to
cff4b6e
Compare
Codecov Report
@@ Coverage Diff @@
## master #2500 +/- ##
==========================================
+ Coverage 67.09% 67.23% +0.14%
==========================================
Files 324 324
Lines 29893 29894 +1
==========================================
+ Hits 20056 20100 +44
+ Misses 7357 7320 -37
+ Partials 2480 2474 -6
Continue to review full report at Codecov.
|
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.
Nice, did a quick review.
Maybe also add a readme into go/extra
to describe what is in there.
I think it is useful having this here for now. |
54b143a
to
cff3a8f
Compare
This looks good to me! My approval is meaningless here tho :). |
cff3a8f
to
b8cc045
Compare
Implements a cli tool to query per entity signature counts.
Could potentially extract this into it's own repo.