In my XCode project I moved a bunch of files from one framework to another, they didn’t have unit tests before, and now SQ is reporting there are new files that don’t have test coverage. Is there anyway to work around this? Thanks!
SonarQube 7.7, Swift plugin
Source code (.swift) moved across frameworks are considered as new files with “0 coverage on New Code”.
It’s not solved yet, but I guess it’s just how it works - files moved from one framework to another are recognized as new files. So please close it if you think this won’t be changed in the near future.
Thanks!