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

CircleCI Config #27

Merged
merged 10 commits into from
Apr 24, 2019
Merged

CircleCI Config #27

merged 10 commits into from
Apr 24, 2019

Commits on Apr 24, 2019

  1. Added CircleCI config to generate build using GoLang v1.12.

    CircleCI configured to run tests and generate code coverage results.
    buildscientist committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    85c1643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d4f9ce View commit details
    Browse the repository at this point in the history
  3. Removed -race go test parameter.

    Modified CircleCI config to to store test/code coverage results for display on CircleCI dashboard.
    buildscientist committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    0ea300d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db425a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9f805b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd3e6f6 View commit details
    Browse the repository at this point in the history
  7. Removed coverage flag. CircleCI doesn't load test results in dashboar…

    …d if directory contains other data.
    buildscientist committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    f8aac7b View commit details
    Browse the repository at this point in the history
  8. Added junit subdirectory to store test results to. CircleCI requires …

    …a subdir named after the test format to infer test results.
    buildscientist committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    99da442 View commit details
    Browse the repository at this point in the history
  9. Renamed test result file to gotestsum-report.xml - CircleCI wasn't pi…

    …cking up the tests result written out to results.xml.
    buildscientist committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    2616793 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1193930 View commit details
    Browse the repository at this point in the history