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 the ability to ignore lines from coverage depending on the comment #302

Merged
merged 5 commits into from
Jun 3, 2020
Merged

Commits on Jun 2, 2020

  1. Add the ability to ignore lines depending on comment

    Use // coverage:ignore-line to ignore one line.
    Use // coverage:ignore-start and // coverage:ignore-end to ignore range of lines inclusive.
    Use // coverage:ignore-file to ignore the whole file.
    pasindud committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    674fa63 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    ad06fc0 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    pasindud committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2ee3068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00032b0 View commit details
    Browse the repository at this point in the history
  4. Update readme

    pasindud committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    c411ec6 View commit details
    Browse the repository at this point in the history