For everyone who isn't using either Team Edition or even using VS2005, this is awesome new.
TestDriven.NET now has code coverage included. Simply right-click and test as normal, but then choose the option "With Coverage" to do test coverage analysis. It's using NCover and the previous GUI add-in for it to provide its results. I can't wait to start using this!
My happiness stem from this eliminating the excuse many companies have about "yet another tool" or "too much time" as a barrier to proper metrics and properly written code. Here's an easily identifiable metric that now doesn't take 3 or 4 tools synchronized together to use!! What's the use of sevearal unit tests that only exercise 5% of your code?
If you haven't started using coverage analysis, this is an excellent time to get on board and start!