Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only download coveralls on CI #67

Merged
merged 1 commit into from
Apr 29, 2020
Merged

Commits on Apr 29, 2020

  1. Only download coveralls on CI

    This makes the coveralls check optional when normalling building. It
    removes the following lines from being printed when compiling projects
    that depend on it:
    
    ```
    ===> Fetching coveralls (from
    {git,"https://github.com/markusn/coveralls-erl",
                         {ref,"57a190502cd2606d2b5cc142bd5cec1ec7c497b2"}})
    ===> Compiling coveralls
    _build/default/plugins/coveralls/src/coveralls.erl:103: Warning:
    random:uniform/1: the 'random' module is deprecated; use the 'rand'
    module instead
    
    ```
    
    It also bumps coveralls to use the version stored on hex since the
    specified version seemed pretty old.
    fhunleth committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    bdf453f View commit details
    Browse the repository at this point in the history