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

Allow filtering modules from coverage using regex #10954

Commits on May 20, 2021

  1. ft(mix): allow filtering modules from coverage using regex

    This can be handy in case of many generated modules (in my case it was
    `Cldr` module containing a lot of generated code) and protocol modules
    that aren't really interesting for our application (for example
    `Inspect` protocol when filtering out fields like passwords).
    hauleth committed May 20, 2021
    Configuration menu
    Copy the full SHA
    c97a5f4 View commit details
    Browse the repository at this point in the history
  2. feat: use Enum.any?/2

    Co-authored-by: José Valim <jose.valim@gmail.com>
    hauleth and josevalim committed May 20, 2021
    Configuration menu
    Copy the full SHA
    cc683b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    238521e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54a145f View commit details
    Browse the repository at this point in the history