- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Devenv is specifically designed to control a wide array of Visual Studio features from outside Visual Studio using cmd or Powershell for example.
I have been able to build and execute Intel Fortran 16 solutions using only devenv and without opening Visual Studio using a command as follows:
devenv MySolution.sln /Build internal_release
I would like to ask if it is also possible to run a coverage report also using devenv? I need coverage reports from several test runs so that I can then compare them using an html/xml diff tool.
Thanks for your consideration.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could create a project configuration with a custom build step that invokes the codecov tool. It would probably need to specify the .spi files as input and the .html file as output. I'm just winging this - I think it could be made to work but have never tried it myself. Then once you have it, use devenv to run it.
That said, it seems like a rather convoluted method since you can run codecov yourself, and I think you can get better control over the inputs and outputs.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page