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

reset accumulated coverdata on writing out to disk #1316

Merged
merged 3 commits into from
Aug 27, 2016

Commits on Aug 27, 2016

  1. reset accumulated coverdata on writing out to disk. this prevents

    provider chains like `eunit, ct, proper` from misreporting cover
    stats from providers later in the sequence
    alisdair sullivan committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    7e554d0 View commit details
    Browse the repository at this point in the history
  2. use cover:analyse(cover:modules()) for tests instead of `cover:anal…

    …yse()`
    
    `cover:analyse/0` didn't exist pre-otp18
    alisdair sullivan committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    5ef4b7b View commit details
    Browse the repository at this point in the history
  3. r15 proof cover tests``

    alisdair sullivan committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    3beeec9 View commit details
    Browse the repository at this point in the history