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 hook to create ccov target each time that add_ex.. and add_lib...… #35

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    36835df View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Fix hook args variable

    rlalik committed May 6, 2022
    Configuration menu
    Copy the full SHA
    1b03e94 View commit details
    Browse the repository at this point in the history
  2. Filter for target types and no-visibility option

    IMPORTED and ALIAS targets cannot be add to coverage.
    Also, in old project where PUBLIC, PRIVATE or INTERFACE visibility
    was not specified on target, there is option PLAIN which do not
    set any for compile and link (this requires PUBLIC) option.
    rlalik committed May 6, 2022
    Configuration menu
    Copy the full SHA
    212b0df View commit details
    Browse the repository at this point in the history