how to create dot cover session on IIS application from command line invocation for CI/CD
Hello,
I am trying to setup CI/CD pipeline for my .net web application which runs on IIS. My application is built on a custom framework engineered by my team and we leverage the same framework to replace unit testing and have extended it to create a testing framework on it.
Hence, I am just wondering how I could leverage dotCover to do coverage analysis on the testing framework I have. I could possibly create a testing framework as console application while I prefer it to be a windows service itself.
Appreciate your suggestions on this.
Please sign in to leave a comment.