-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add option to enable code coverage support when building RPMs #512
Conversation
155793b
to
71f7d1e
Compare
LGTM but I am wondering who will enable such feature in rpm? |
@ArtiomDivak in the description I see [WIP], is it still WIP? Looks good |
e568111
to
be40725
Compare
be40725
to
7722185
Compare
de5d4db
to
88131e2
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.
Please also use more descriptive commit message, for example:
Add option to enable code coverage support when building RPMs
To enable building RPMs with code coverage support `-Dwith_coverage=1`
parameter can be passed to rpmbuild. Code coverage support is turned
off by default when building RPMs.
Related: https://github.com/containers/bluechi/issues/397
Signed-off-by: Artiom Divak <adivak@redhat.com>
6a635c4
to
4e242ec
Compare
a63201e
to
68fd4bd
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.
LGTM
68fd4bd
to
953872d
Compare
test.txt
Outdated
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.
This file should not be part of the commit
953872d
to
a403a77
Compare
a403a77
to
ba51bfe
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.
Sorry, my mind is probably too tired today, so I gave you a bad advice. Please see my latest comments, they should be correct
Please fetch the latest changes from |
d23c439
to
e606eb7
Compare
To enable building RPMs with code coverage support `-Dwith_coverage=1` parameter can be passed to rpmbuild. Code coverage support is turned off by default when building RPMs. Related: eclipse-bluechi#397 Signed-off-by: Artiom Divak <adivak@redhat.com>
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
To enable building RPMs with code coverage support
-Dwith_coverage=1
parameter can be passed to rpmbuild. Code coverage support is turned
off by default when building RPMs.
Related: #397
Signed-off-by: Artiom Divak adivak@redhat.com