Skip to content

amihaiemil/comdor

Repository files navigation

comdor

Build Status Coverage Status PDD status

DevOps By Rultor.com We recommend IntelliJ IDEA

Comdor can help you automate anything related to your project on Github.

More details coming soon.

Contributing

If you would like to contribute, just open an issue or a PR.

Make sure the maven build:

$mvn clean install -Pcheckstyle

passes before making a PR. Checkstyle will make sure you're following our code style and guidlines.

Running Integration Tests

In order to run the integration tests add the itcases profile to the maven command:

$mvn clean install -Pcheckstyle -Pitcases

Docker has to be intalled on the machine, with the default configuration, in order for the IT cases to work.