We are using cobertura to show our unit test coverage, we have only just started using it (Im new to running this team) and our current unit test coverage is very low, rather than just go in and find areas where we need to get this coverage up I want to start it off by enforcing that all new user stories have over 80% coverage.
cobertura can show me the unit test coverage on areas affected by that user story but as far as I am aware it cant show me what the actual unit test coverage is for that story.
Bear in mind I come from a QA background, I have managed development teams a few times but dont have the actual coding experience.
thanks