nirizr/pytest-idapro

Make coverage transparent when running in IDA

Closed this issue · 0 comments

Currently when running in IDA (i.e. specifying the --ida flag) coverage is properly recorded but:

  • Result summary is not properly displayed in external pytest session (it is displayed inside IDA).
  • External pytest instance (in internal mode) overwrites the internal session's .coverage file with it's own results which are mostly empty.

There may be other minor issues with some pytest-cov flags.