We're configuring build steps in TeamCity. Since we have huge problems with test coverage reports (they were there and then inexplainably vanished), we're trying to find a work-trough (asking and bouting a question directly related to our issue yielded very cold response).
Please note that I'm not looking for an opinion but rather a technical knowledge base to support (or kill) the choice of ours. And yes, I've checked the build logs - these are posted in the other thread. This question is about the (in?)sanity of trying an alternative approach. :)
- Is it recommended to run a build step for test and then another build step for test coverage?
- Does it even makes sense to run these in separate build steps?!
- What gains and disadvantages are there to running coverage bundled with/separately from the tests themselves?