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

Coverage Analysis #10696

Merged
merged 3 commits into from
Mar 4, 2019
Merged

Coverage Analysis #10696

merged 3 commits into from
Mar 4, 2019

Commits on Mar 4, 2019

  1. Tools: add support for GCOV code coverage tool and HTML reporting wit…

    …h LCOV.
    
    first, "apt install gcovr lcov" as new prerequisites
    then run:
    ./waf configure --enable-gcov
    ./waf build --lcov-report
    and after much waiting review the report in HTML format with your preferred browser eg:
    firefox reports/lcov-report/index.html
    davidbuzz authored and peterbarker committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    819057b View commit details
    Browse the repository at this point in the history
  2. wscript: add slowdown and timeout to coverage autotest commandline

    The optimisation / compiler flags required slow things down somewhat
    peterbarker committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    33f5331 View commit details
    Browse the repository at this point in the history
  3. Tools: autotest: allow imprecise home in set-home test

    float<->integer conversion issues means this comes back imprecisely
    peterbarker committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    353be37 View commit details
    Browse the repository at this point in the history