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

Polishing of JaCoCo coverage validation changes #1091

Merged
merged 18 commits into from
Jan 11, 2017
Merged

Commits on Jan 3, 2017

  1. Test behavior for defining the same rule multiple times

    Benjamin Muschko committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    d69cf46 View commit details
    Browse the repository at this point in the history
  2. Uses minimum/maximum rule values if values is out of bounds

    Benjamin Muschko committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    5998b5b View commit details
    Browse the repository at this point in the history
  3. Show that JaCoCo does not run validation for rule values minimum > ma…

    …ximum
    Benjamin Muschko committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    4d0ac4f View commit details
    Browse the repository at this point in the history
  4. Use @input to ensure incremental build is working properly

    Benjamin Muschko committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    5f50aad View commit details
    Browse the repository at this point in the history
  5. Align type with the one used in Maven plugin

    Benjamin Muschko committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    e4656c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Do not introduce new methods that take Closure parameters

    We can fully rely on Groovy SAM here.
    Benjamin Muschko committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    3dbdf1e View commit details
    Browse the repository at this point in the history
  2. Remove method from documentation

    Benjamin Muschko committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    4e3009c View commit details
    Browse the repository at this point in the history
  3. Fix method name and description

    Benjamin Muschko committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    0f0c40f View commit details
    Browse the repository at this point in the history
  4. Fix inverse logic

    Benjamin Muschko committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    1bb4078 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Fix task name in release notes

    Benjamin Muschko committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    1e779d8 View commit details
    Browse the repository at this point in the history
  2. Inline spec to avoid exposure as public API

    Benjamin Muschko committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    cb59a3c View commit details
    Browse the repository at this point in the history
  3. Expose task type in DSL guide

    Benjamin Muschko committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    1c987bb View commit details
    Browse the repository at this point in the history
  4. JacocoCoverageVerification task type uses Jacoco Ant library

    Benjamin Muschko committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    b6b3c93 View commit details
    Browse the repository at this point in the history
  5. Add Javadocs for setter methods

    Benjamin Muschko committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    9523638 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Capture violations in Ant property

    Throws any failure as GradleException instead of letting Ant take charge of it.
    Benjamin Muschko committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    f7bfc7e View commit details
    Browse the repository at this point in the history
  2. Class-level annotation is good enough

    Benjamin Muschko committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    d7f4fa1 View commit details
    Browse the repository at this point in the history
  3. Explain why coverage verification task doesn't hook into check

    Benjamin Muschko committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    787d15f View commit details
    Browse the repository at this point in the history
  4. Fix notation

    Benjamin Muschko committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    86e2079 View commit details
    Browse the repository at this point in the history