Open
Description
Currently there is a possibility in the MSbuild tool to specify a threshold for the coverage result and if the coverage percentage is below the threshold, then the build fails
We have a requirement in our project to just give warnings when coverage is lower than the threshold (instead of failing it). Therefore, I think it could be a good idea to add an option to the threshold functionality to specify whether the build should fail or just give a warning.