🏇 Examples

nmaker

An example for running omelette with no dependencies.

git clone https://github.com/tamada/nmaker.git
cd nmaker
mvn package # -> build the project.
omelette -v .  # run omelette in the verbose mode, and generate nmaker_coverage.csv in the current directory.

9rules

An example for running omelette with dependency libraries.

git clone https://github.com/tamada/9rules.git
cd 9rules
mvn package # -> download dependencies, copy them into target/lib directory, then build the project.
omelette -c target/lib . # -> generate 9rules_coverage.csv in the current directory.