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

Cover options for EUnit #151

Closed
wants to merge 3 commits into from
Closed

Commits on Oct 25, 2011

  1. Added cover_opts

    In rebar.config you can now provide the cover_opts tuple which should contain a proplist with other information. At the moment just the {excl_mods, [my_mod_to_exclude]} option is implemented, which will turn off cover for the modules specified.
    dergraf committed Oct 25, 2011
    Configuration menu
    Copy the full SHA
    3a5bde1 View commit details
    Browse the repository at this point in the history
  2. cover init

    forgot to exclude the cover-excludes during cover init. we ended up with cover compiled modules which were excluded from the cover analysis
    dergraf committed Oct 25, 2011
    Configuration menu
    Copy the full SHA
    d0e9564 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2011

  1. added cover opts example

    dergraf committed Dec 28, 2011
    Configuration menu
    Copy the full SHA
    e812425 View commit details
    Browse the repository at this point in the history