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

feat(api): support officially documented generic CI env vars (#299) #300

Merged
merged 3 commits into from Jul 20, 2021

Commits on Jul 20, 2021

  1. feat(api): support generic CI env vars (TheKevJames#299)

    The official docs for Coveralls define a set of generic environment
    variables that once defined should support any CI environment:
    
    https://docs.coveralls.io/supported-ci-services (bottom of the page).
    
    The changes implemented in this PR attempt to read those variables
    but allows the values to be overwritten by any CI-specific configuration
    currently supported. They were also inspired by the official client
    (coveralls-ruby - lib/coveralls/configuration.rb -
    set_standard_service_params_for_generic_ci).
    abravalheri committed Jul 20, 2021
    Copy the full SHA
    48642f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    70bf17d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e4486d6 View commit details
    Browse the repository at this point in the history