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

Adding code coverage report to build #553

Merged
merged 25 commits into from
Feb 13, 2019

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    12e56ac View commit details
    Browse the repository at this point in the history
  2. Add helper script for test suite

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    857ba30 View commit details
    Browse the repository at this point in the history
  3. Modified travis to use runtestsuite.bash script

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ac4fe7f View commit details
    Browse the repository at this point in the history
  4. Add coverage to .travis.yml file.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    a8e772f View commit details
    Browse the repository at this point in the history
  5. Add coverage badge to main page

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f7a28df View commit details
    Browse the repository at this point in the history
  6. Run the code coverage report in the docker container.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    d0d8264 View commit details
    Browse the repository at this point in the history
  7. Add lcov dependency.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    aa76783 View commit details
    Browse the repository at this point in the history
  8. Trying to add lcov tool to build.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    3d71653 View commit details
    Browse the repository at this point in the history
  9. Add coverage args to build script.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0b38026 View commit details
    Browse the repository at this point in the history
  10. Fixing passing code coverage args.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    4225761 View commit details
    Browse the repository at this point in the history
  11. Fixing setting env variable.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    9d43623 View commit details
    Browse the repository at this point in the history
  12. Fixing docker file coverage_enabled flag.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ad95353 View commit details
    Browse the repository at this point in the history
  13. Fixing coverage report script.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    a48a7b5 View commit details
    Browse the repository at this point in the history
  14. Pass ci env through to docker

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    9f13e55 View commit details
    Browse the repository at this point in the history
  15. Fixing the filter rules for this workspace.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    a5f5f44 View commit details
    Browse the repository at this point in the history
  16. Removing unneeded dependency install line.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    a3404b8 View commit details
    Browse the repository at this point in the history
  17. Add comments explaining what lcov lines do.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    abea802 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    68aea56 View commit details
    Browse the repository at this point in the history
  19. Fixing test suite script name.

    Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    72f2856 View commit details
    Browse the repository at this point in the history
  20. Add codecov to CircleCI jobs

    ruffsl authored and Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0521577 View commit details
    Browse the repository at this point in the history
  21. Add conditional to skip codecov if enable is false

    ruffsl authored and Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    11acdb7 View commit details
    Browse the repository at this point in the history
  22. Remove unnecessary export for codecov

    ruffsl authored and Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f124aa3 View commit details
    Browse the repository at this point in the history
  23. Update workflow for paralel release and debug jobs

    ruffsl authored and Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    70d2783 View commit details
    Browse the repository at this point in the history
  24. Forgot to append coverage step to job

    ruffsl authored and Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    bb856c6 View commit details
    Browse the repository at this point in the history
  25. Comment out travis codecove

    ruffsl authored and Carl Delsey committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    6cf7498 View commit details
    Browse the repository at this point in the history