messaginghub / pooled-jms

A JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 and Jakarta JMS clients
Apache License 2.0
50 stars 24 forks source link

Add .travis.yml to run tests and submit coverage to codecov.io #6

Closed jirkadanek closed 6 years ago

jirkadanek commented 6 years ago

The codecov.io report is (for now, since Travis is not enabled for this repository) at https://codecov.io/gh/jdanekrh/pooled-jms/tree/fc682b5da9c17351027f27f9a7830cccad359806

tabish121 commented 6 years ago

This doesn't seem like something that should be added here. The project includes tests against Apache ActiveMQ Artemis releases as well as ActiveMQ 5 releases and does it using standard unit testing methods that don't require brittle scripts and docker containers. Also the tests appear to be using snapshot which doesn't make a lot of sense either.

jirkadanek commented 6 years ago

Whoops, yeah, that was silly of me. I've removed the docker part from the PR.