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.

code un-covered line

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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -