my scala code coverage report was 0.00% (Akka-HTTP microservices) and my report is
[info] Statement coverage.: 0.00%
[info] Branch coverage....: 0.00%
[info] Coverage reports completed
[info] All done. Coverage was [0.00%]
how can i run the my code coverage report 100%
am using this plugin addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") and in my code i don't have any unit test cases