Skip to content

agilogy/timeTrackingApp

Repository files navigation

timeTrackingApp

An Agilogy School workshop.

Build

To setup your tools:

  • ./gradlew ktlintApplyToIdea to configure your .idea folder with the code style
  • ./gradlew addKtlintFormatGitPreCommitHook to add a format pre-commit hook to your git repository

While developing:

  • ./gradlew --continue ktlintFormat to format code
  • ./gradlew koverHtmlReport to generate and open the test coverage report

To test your code:

  • docker-compose up
  • ./gradlew test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published