Skip to content

jshickey/bankcor

Repository files navigation

This project can be built using Gradle Wrapper, which will download the correct version of gradle to build the project.

  • JUnit report is in build/reports/tests/index.html
  • Spock test report is in build/spock-reports/index.html
  • run ./gradlew jacocoTestReport to create the code coverage report
  • The Jacoco report is in build/jacocoHtml/index.html

Note: The Jacoco struggles with detecting execution branches in Groovy code.

About

My solution for a coding kata, http://codingdojo.org/cgi-bin/index.pl?KataBankOCR, written in Groovy in a functional style using recursion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages