Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 374 Bytes

Build Status

To build, test and generate reports (test and coverage) run:

./gradlew check jacoco

Test and coverage reports are contained under build/reports/tests and build/jacoco/ respectively.

To run the application:

./gradlew -q run