sile / jsone

Erlang JSON library
MIT License
291 stars 71 forks source link

Use covertool as a project_plugin, rather than plugin #62

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

sile commented 3 years ago

Sorry, after merging this PR, I found that the CI got failed: https://github.com/sile/jsone/actions/runs/1049543994 I'll investigate the reason and fix it.