Skip to content

mariomelo/pdca_doing_the_D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro PDCA - Doing the "D"

This code example uses Grails 2.2.2 and Spock 0.7 to show how the PDCA concept can be applied to a development cycle.

  • Running the tests

Assuming you have Grails 2.2.2 installed, just open a terminal/command prompt and type:

grails test-app
  • Checking Code Coverage

Assuming you have Grails 2.2.2 installed, just open a terminal/command prompt and type:

grails test-app -coverage

The coverage reports are generated inside the folder target/test-reports/cobertura

About

Micro PDCA - Doing the "D"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published