proper-testing / proper

PropEr: a QuickCheck-inspired property-based testing tool for Erlang
http://proper-testing.github.io
GNU General Public License v3.0
882 stars 167 forks source link

Use covertool as a project_plugin, rather than plugin #284

Closed michalmuskala closed 3 years ago

michalmuskala commented 3 years ago

This was resulting in covertool being pulled-in as a dependency needlessly in downstream projects in some situations.

Using it as a project_plugin is advised by covertool itself.

More on plugins vs project plugins: https://rebar3.readme.io/docs/using-available-plugins

kostis commented 3 years ago

Thanks for your contribution and your interest in PropEr but tere is a similar PR (#283) that beat this one in a race.... I am closing this.