code coverage not showing in UI

I recently turned code-coverage again after having it off for awhile... I'm now on TC 2.0.

Previously I had a UI to inspect the code coverage, now I just get artifacts:

  • coverage.ec2.10Mb

  • coverage.em1.72Mb


But no UI.

What am I doing wrong?

Thanks,
phil

0
1 comment

Hello, Phil,

Could you please attach the build log? At least the lines with "EMMA" text in them.

Code coverage report should appear as coverage.zip in artifacts of a build. If there is no such a file, it is possible no instrumented code was actually run. Please check your "Coverage instrumentation parameters:" on the runner configuration page so they do not exclude more sources then needed (e.g. try -ix +*).

--
Best regards,

Yegor Yarko
Quality Assurance Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.