kward / shunit2

shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Coverage

SomanathThilak opened this issue · comments

Is there a way to measure the code coverage of a script for which shunit2 testcases are written?

I'd recommend taking a look at Bashcov; it was very easy to get working with my shunit2 test suite.