commercetest / pepper-box

Pepper-Box is kafka load generator plugin for jmeter. It produces kafka messages of type plain text (JSON, XML, CSV or any other custom format) as well as java serialized objects.
http://pepperbox.gslab.com/
Apache License 2.0
2 stars 3 forks source link

Add CI and Code Coverage #34

Open julianharty opened 5 years ago

julianharty commented 5 years ago

Since there's some ongoing interest in this project, and problems reported related to both this project and the parent having some maven issues, it'd be helpful to add CI and Code Coverage for this project to help us keep the code a bit healthier.

julianharty commented 5 years ago

Something like https://codecov.io/ might be a good place to start? also travis-ci?