kframework / k-legacy

The K tools (deprecated, see README)

Home Page:http://kframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--coverage-file option does not work

kheradmand opened this issue · comments

I use --coverage-file <some-file> option with krun hoping to get coverage report, but I do not see any output file. Is it because the option does not work or am I missing something?

A quick look shows that the option does not work because the option (defined in KRunOptions.java) is not used anywhere in the project. But it seems that it was implemented in another commit (@5413919) by @daejunpark. Is it possible to merge that into current K ?