CheckIn Policy for unit tests and Code Coverage

I came across this interesting link which has a check-in policy to deny checkin if your pending files don't pass unit test and code are not covered. This is really cool and now you can check for test results and Code Coverage, without relying on Test Lists.

You can find it here:

CheckTestResultPolicy - Check Test Result CheckIn Policy works in concert with existing Team Foundation Server (TFS) check-in policies, providing a mechanism that allows you to deny checkin if your pending files don't pass unit test and code are not covered.