This is a tracking system for Agile cards.
- Java 8
- Maven 3.5.0
-
To run unit test from console use following command :
mvn test -
To generate unit test code coverage report use following command :
mvn cobertura:cobertura -
To view code coverage report use following command :
open target/site/cobertura/index.html
See the LICENSE file.