Ruby test coverage tool

前端 未结 3 1887
小鲜肉
小鲜肉 2021-02-18 21:21

I need a tool which measures test coverage under Ruby.

I tried rcov, but couldn\'t install it under Windows, Cygwin, or Ubuntu.

Which programs (not necessarily f

3条回答
  •  借酒劲吻你
    2021-02-18 22:11

    Use Ruby's built in Coverage feature if you are wanting something very simple. It is what Simplecov uses under the hood.

提交回复
热议问题