Question related to SSIS Unit Testing code coverage.
We are trying to use external tools like SentryOne, SSISUnit, BizUnit etc for generating automated Unit Test case for our existing SSIS solution projects. Its working fine for generating automatic Unit test cases.
But its not supporting the code coverage(Test/Analyze Test Coverage).
Is it possible to generate the code coverage for SSIS components. And also any specific tool we can use for SSIS Unit Testing which will be supporting code coverage. Any help you could provide would be much appreciated.