Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Extracts coveralls from
plugins
list to project_plugins
Coveralls isn't a plugin needed for the function of the library, so moving it to the `project_plugins` portion will prevent Elixir projects from making a network call when compiling to library after this is merged. Currently this means we can't release new versions of our app that uses this library, but this change should be pretty straightforward to rubber stamp.
- Loading branch information