Eclemma not offering report exportation option

2020-04-20 03:29发布

I'm sure that I'm making some kind of rookie mistake, but I'm using EclEmma for the first time right now and can't figure out, despite checking numerous guides, how to export my coverage report. For reference, this is on Windows 8 x64 and using Eclipse Kepler (let me know if you need any more information than that).

I can see that the EclEmma has successfully run, and I can get into and play with the Coverage view as below:

View of EclEmma

However, right-clicking anywhere in the report offers only an option to "Export Session," never "Export Report," and going through my File -> Export dialog doesn't seem to do any better. I tried exporting the session as XML and a few different configurations, but it never got the code coverage report that I was looking for.

Is there something I'm doing wrong or need to ensure before I can export it? Thanks in advance.

1条回答
我只想做你的唯一
2楼-- · 2020-04-20 03:58
  1. As you do before, click right button and select "Export Session".

  2. Type "report" and you can find the "coverage report" option.

  3. Click "next"

  4. You can get the Export report panel.

查看更多
登录 后发表回答