-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Move lcov 3.6 #10452
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
Move lcov 3.6 #10452
Conversation
f1cbfb2 to
7236443
Compare
mpg
left a comment
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.
Looks good to me except I think we need to update the framework pointer in order for the script to be present in its new location.
8eba148 to
c883b37
Compare
mpg
left a comment
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.
LGTM, thanks!
Signed-off-by: Ben Taylor <[email protected]>
Signed-off-by: Ben Taylor <[email protected]>
Signed-off-by: Ben Taylor <[email protected]>
c883b37 to
82d2fb8
Compare
valeriosetti
left a comment
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.
I apologize for the last minute change, but I think I've found something worth to be fixed
CMakeLists.txt
Outdated
| # 3. Run framework/scripts/lcov.sh to generate an HTML report. | ||
| ADD_CUSTOM_TARGET(lcov | ||
| COMMAND scripts/lcov.sh | ||
| COMMAND framework/scripts/lcov.sh |
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.
Despite my previous approval I think I would suggest a change here. Can we make the framework path a bit more generic using MBEDTLS_FRAMEWORK_DIR as you did in the development branch PR?
mpg
left a comment
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.
LGTM other than the point already noted by Valerio.
Signed-off-by: Ben Taylor <[email protected]>
|
I have cherry-picked the change of |
mpg
left a comment
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.
LGTM, thanks!
|
The release job succeeded, removing 'needs-ci'. |
Description
Remove lcov.sh as this will be moved to the framework contributes Mbed-TLS/mbedtls-framework#93
This PR is part of a multistage PR, however the code changes involved appear to not effect the CI so it can be merged in any order. However it is suggested it is merged in the following order.
PR checklist
Release job for coverage testing: https://ci.trustedfirmware.org/view/Mbed-TLS/job/mbedtls-release-ci-testing/32/