yahoo / HaloDB

A fast, log structured key-value store.
https://yahoodevelopers.tumblr.com/post/178250134648/introducing-halodb-a-fast-embedded-key-value
Apache License 2.0
508 stars 100 forks source link

Add jacoco test coverage build profile. (#46) #47

Open scottcarey opened 5 years ago

scottcarey commented 5 years ago

To generate a coverage report, run 'mvn install -Pcoverage'. To generate one for only a subset of tests, run 'mvn install -Pcoverage -Dtest=TestNamePattern'

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.