-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(HIS): add PARAM his metric #72
base: wip/his-metrics
Are you sure you want to change the base?
Conversation
58dd7e3
to
3ac6b14
Compare
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.
Tested it and LGTM.
a99acac
to
8c1f173
Compare
be420a9
to
c3679fc
Compare
The merge-base changed after approval.
e298879
to
27fec24
Compare
8c1f173
to
82ffe41
Compare
Updated with the modifications introduced in #68 and changed the output format. |
27fec24
to
c1452fe
Compare
82ffe41
to
e257e16
Compare
c1452fe
to
4a2edbb
Compare
Signed-off-by: Afonso Santos <[email protected]>
e257e16
to
0a2b334
Compare
@miguelafsilva5 @josecm |
From my testing, it seems to be working as intended. |
This PR introduces the feature of checking if there are more than 5 function parameters on its signature.
For this check, the
cflow
tool is used.Edited by @danielRep :
To test with https://github.com/bao-project/bao-his-tests just run the command
make ci METRIC=param
.Checklist: