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

add codecov.io support #91

Closed
wants to merge 33 commits into from

Commits on Nov 11, 2019

  1. add codecov.io support

    Tyler Weaver committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1c8ab53 View commit details
    Browse the repository at this point in the history
  2. fixup! add codecov.io support

    Tyler Weaver committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3ff0dce View commit details
    Browse the repository at this point in the history
  3. fixup! add codecov.io support

    Tyler Weaver committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    dbf01a5 View commit details
    Browse the repository at this point in the history
  4. fixup! add codecov.io support

    Tyler Weaver committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2750095 View commit details
    Browse the repository at this point in the history
  5. cleanup (#1)

    rhaschke authored and Tyler Weaver committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    f5e3725 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    4e9301b View commit details
    Browse the repository at this point in the history
  2. travis test for code-coverage

    tylerjw committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    89c2671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0581d2c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    tylerjw authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    93bb2a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Update README.md

    Co-Authored-By: Dave Coleman <davetcoleman@gmail.com>
    tylerjw and davetcoleman authored Nov 16, 2019
    Configuration menu
    Copy the full SHA
    a860246 View commit details
    Browse the repository at this point in the history
  2. add support for TEST_WHITELIST

    Tyler Weaver committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    be93423 View commit details
    Browse the repository at this point in the history
  3. fixup! add support for TEST_WHITELIST

    Tyler Weaver committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    a95ddd7 View commit details
    Browse the repository at this point in the history
  4. fixup! add support for TEST_WHITELIST

    Tyler Weaver committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    21a7ecb View commit details
    Browse the repository at this point in the history
  5. fixup! add support for TEST_WHITELIST

    Tyler Weaver committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    2448440 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. fixup! add support for TEST_WHITELIST

    Tyler Weaver committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    248c635 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-Authored-By: Robert Haschke <rhaschke@users.noreply.github.com>
    tylerjw and rhaschke authored Nov 17, 2019
    Configuration menu
    Copy the full SHA
    974df38 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Co-Authored-By: Robert Haschke <rhaschke@users.noreply.github.com>
    tylerjw and rhaschke authored Nov 17, 2019
    Configuration menu
    Copy the full SHA
    522ed45 View commit details
    Browse the repository at this point in the history
  4. make unit test cmake match example in README

    Tyler Weaver committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    5bd9305 View commit details
    Browse the repository at this point in the history
  5. respond to review

    Tyler Weaver committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    bfe4b2f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. add .codecov.yml back into readme

    Tyler Weaver committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    54b8ba0 View commit details
    Browse the repository at this point in the history
  2. Update test_pkgs/valid/CMakeLists.txt

    Co-Authored-By: Robert Haschke <rhaschke@users.noreply.github.com>
    tylerjw and rhaschke authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    8515b98 View commit details
    Browse the repository at this point in the history
  3. Update test_pkgs/valid/CMakeLists.txt

    Co-Authored-By: Robert Haschke <rhaschke@users.noreply.github.com>
    tylerjw and rhaschke authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    1b4273f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    28c9091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    098f5dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50302b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa69f0a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. redirect output of codecov script to avoid filling logs

    Tyler Weaver committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    81bac21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a6be1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e370f5c View commit details
    Browse the repository at this point in the history
  4. set compile flag to improve ccache hit rate

    Tyler Weaver committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    6d04961 View commit details
    Browse the repository at this point in the history
  5. add support for ccache enviroment variables

    Tyler Weaver committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    949b5ed View commit details
    Browse the repository at this point in the history
  6. reduce complexity of catkin build line

    Tyler Weaver committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    09db83a View commit details
    Browse the repository at this point in the history
  7. set ccache base dir

    Tyler Weaver committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    38e96b4 View commit details
    Browse the repository at this point in the history