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

Exclusion Patterns for Lines and Branches #416

Merged
merged 17 commits into from
May 4, 2020
Merged

Exclusion Patterns for Lines and Branches #416

merged 17 commits into from
May 4, 2020

Commits on Apr 2, 2020

  1. Fix tests on Windows

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    7b1b878 View commit details
    Browse the repository at this point in the history
  2. Fix non-compiling bench

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    78b8941 View commit details
    Browse the repository at this point in the history
  3. Add line and branch exclusion

    Adds line and branch exclusion, following the names of the vars in
    lcovrc. The lines are removed during path rewriting (as the full path is
    resolved during this phase).
    
    Dangling regions are permitted for e.g. `mod tests {`
    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    af729bf View commit details
    Browse the repository at this point in the history
  4. Fix formatting on touched files

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    7aee322 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. PR Nits and Build Improvements

    Use new functionality to exclude `#[derive(` from bootstrapped codecov
    checks.
    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4dec6f4 View commit details
    Browse the repository at this point in the history
  2. Implement filter parallelism

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    d6c8baf View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    852fd2f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Make arg names consistent with existing args

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1f58ba5 View commit details
    Browse the repository at this point in the history
  2. Properly fix names

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    5b91a0a View commit details
    Browse the repository at this point in the history
  3. Properly retrieve arg names

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7ab55af View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Implement PR feedback.

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3ffd066 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a3814f6 View commit details
    Browse the repository at this point in the history
  3. Fix cargo lock.

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ba4f67c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Merge remote-tracking branch 'upstream/master'

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d6295b1 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4f01485 View commit details
    Browse the repository at this point in the history
  3. PR feedback and fix formatting on touched files

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5490d2d View commit details
    Browse the repository at this point in the history
  4. Remove matches and fix remaining lines

    Jonathan Dickinson authored and Jonathan Dickinson committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    7e12d8c View commit details
    Browse the repository at this point in the history