Checking Code Coverage of Add-on SDK Extensions
Code coverage statistics are very useful. They tell you how much of your code never gets executed during the unit tests. So you always know what to write unit tests for, because 100% coverage doesn't exist. And sometimes you can't cover all code. That's why normally you are happy, if the coverage is above a …
Continue reading "Checking Code Coverage of Add-on SDK Extensions"