axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
248 stars 60 forks source link

Automatic build when running tests #149

Closed shabtaisharon closed 6 years ago

shabtaisharon commented 6 years ago

Currently, i have to build the solution and then run the tests, and I need to do that after every change. It would be helpful if you could add a setting for automatic build when running tests.

axodox commented 6 years ago

That is a valid request. Although AxoCover already has the reverse of that: run tests after each build. That you can do by selecting a node in the tree of tests and then selecting cover after build: image This way you need no repeated work after each change, just do Ctrl+Shift+B etc. to build and run tests.

axodox commented 6 years ago

Added auto-build on latest master, will release it next week.

shabtaisharon commented 6 years ago

Thank you very much :+1:

axodox commented 6 years ago

Released.