#!/bin/sh

mkdir -p tmp/coverage
phpunit --coverage-html tmp/coverage
open tmp/coverage/index.html
