when I am doing unit testing of my Rule its working fine and giving appropriate output.
But when i am running it on server through sonar-scanner its showing !unknown!
Hi,
Welcome to the community!
Are you sure all the APIs you’re using are public
? It’s possible you’re able to access private
or protected
APIs during unite testing, but they won’t be available during analysis.
Ann
Thanks Ann your solution really helped me a lot.
1 Like