Skip to content
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

Correcting the build target coverage for enabled SSL #1009

Merged
merged 2 commits into from Oct 21, 2021

Conversation

bjosv
Copy link
Contributor

@bjosv bjosv commented Oct 21, 2021

This enables test coverage measurements for SSL tests too.

USE_SSL=1 make coverage will now build the test binary with the forwarded define HIREDIS_TEST_SSL.
This avoids inconsistency between built test binary and the testrunner test.sh.

This PR also exclude the includes from /usr in the coverage reporting.

`USE_SSL=1 make coverage` will now build the test binary with the
forwarded define HIREDIS_TEST_SSL. This avoids inconsistency between
built test binary and the testrunner `test.sh`.
This enables test coverage measurements for SSL too.
@michael-grunder michael-grunder merged commit c98c699 into redis:master Oct 21, 2021
@bjosv bjosv deleted the use-ssl-coverage branch October 22, 2021 06:22
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.

None yet

2 participants