xcode - Why is a closing brace showing no code coverage? -
i've got swift function xcode showing 0 passes in code coverage. line closing brace (highlighted in red below).
is bug in xcode? if not, condition need hit run line? thought covering paths through method.
xcode reports include measurements ending brackets, not typically desired. there nothing can in configuration fix (as far know).
(fd work @ codecov) can use codecov, hosted solution, remove these lines automatically. learn more @ https://github.com/codecov/example-xcode. :)

Comments
Post a Comment