engyon / enprot

enprot command line tool for Engyon
1 stars 1 forks source link

Code coverage #17

Closed dewyatt closed 4 years ago

dewyatt commented 4 years ago

Right now, for accurate results, we may have to wait on: https://github.com/xd009642/tarpaulin/issues/105

The integration tests I've written (not yet committed) use assert_cmd (successor to assert_cli).

dewyatt commented 4 years ago

We might also want to try https://github.com/mozilla/grcov as an alternative and see how well it works with assert_cmd.

ronaldtse commented 4 years ago

Agree, let’s try grcov.