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

Added optional jacoco coverage #479

Merged
merged 2 commits into from
Sep 12, 2017
Merged

Conversation

fredoboulo
Copy link
Contributor

Coverage can be activated with given profile, aka mvn clean package -Pcoverage.

This leads to other changes, to improve code coverage.

In particular, Mtrie and Trie are now with 87 and 92% coverage.
Method signatures have also been changed to avoid extra copy of array when dispatching message from XPUB and XSUB.

Final changes: org.zeromq.ZMQ constants are referring to zmq ones, and handy constants for messages to controlled proxy were introduced.

@c-rack c-rack merged commit 95473ac into zeromq:master Sep 12, 2017
@fredoboulo fredoboulo deleted the improvement/coverage branch September 12, 2017 07:11
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.

2 participants