#/bin/sh

python /usr/lib/python2.4/site-packages/coverage.py -r \
    cheesecake/_util.py \
    cheesecake/cheesecake_index.py \
    cheesecake/codeparser.py \
    cheesecake/config.py \
    cheesecake/logger.py | python support/cover2html.py > $1/coverage.html
