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

Code Coverage using gcov #2629

Closed
wants to merge 11 commits into from
Closed

Code Coverage using gcov #2629

wants to merge 11 commits into from

Commits on Oct 20, 2016

  1. Rebased with master

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    5651b9b View commit details
    Browse the repository at this point in the history
  2. Increasing stack size for coverage builds

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    a1e1eff View commit details
    Browse the repository at this point in the history
  3. adjust stack and heap to allow more static created by gcc coverage

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    d494bfe View commit details
    Browse the repository at this point in the history
  4. Changed --coverage-filter to accept a list of filter

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    5578749 View commit details
    Browse the repository at this point in the history
  5. Code cleanup and debugs removed

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    0189283 View commit details
    Browse the repository at this point in the history
  6. Tuned stack size to be 32K

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    924b8d8 View commit details
    Browse the repository at this point in the history
  7. Consolidate coverage flags in one variable as they are same for compi…

    …le and link. Removed flag -fprofile-dir=. as it is ineffactive in our unconventional build system
    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    205a970 View commit details
    Browse the repository at this point in the history
  8. Automatically enabling coverage on test when it is enabled on any oth…

    …er module
    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    ef1f902 View commit details
    Browse the repository at this point in the history
  9. Added code comments

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    8a7f83e View commit details
    Browse the repository at this point in the history
  10. Only pass coverage filter for GCC_ARM compiler selection

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    5b5022c View commit details
    Browse the repository at this point in the history
  11. Fixed rebasing errors

    Mohammad Azim Khan committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    f2e8cb8 View commit details
    Browse the repository at this point in the history