Skip to content

Conversation

bazsi
Copy link
Collaborator

@bazsi bazsi commented Jan 29, 2019

Our devshell image is bionic based so make sure our coverage targets
work with the version of lcov that is on bionic.

lcov seems to be changing configuration options quite frequently, but
I think it is enough to work in devshell.

Signed-off-by: Balazs Scheidler [email protected]

Our devshell image is bionic based so make sure our coverage targets
work with the version of lcov that is on bionic.

lcov seems to be changing configuration options quite frequently, but
I think it is enough to work in devshell.

Signed-off-by: Balazs Scheidler <[email protected]>
@kira-syslogng
Copy link
Contributor

Build SUCCESS

lcov --capture --directory `pwd` --compat-libtool --output-file coverage.info --rc geninfo_auto_base=1
lcov --capture --directory `pwd` --compat-libtool --output-file coverage.info
lcov --extract coverage.info "${top_srcdir}/*" --output-file coverage.info
lcov --remove coverage.info "${top_srcdir}/modules/afmongodb/mongo-c-driver/*" --output-file coverage.info
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR, but the mongo-c-driver and rabbitmq-c submodules are no longer part of the projects so there is no need to exclude them.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kokan: indeed, we should remove them.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lbudai lbudai merged commit 64e297c into syslog-ng:master Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants