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

Junit4, @Ignore unfinished tests, test message2, add code coverage check #21

Merged
merged 4 commits into from
Mar 23, 2019

Commits on Mar 23, 2019

  1. Switch from junit 3.8.1 -> junit 4.12.

    The @RunWith is for users who use a suite runner.  Maven does not need
    this as it has maven-surefire-plugin.
    schwehr committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    00f5aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84ac727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b471973 View commit details
    Browse the repository at this point in the history
  4. Add code coverage check via cobertura-maven-plugin.

    Mandatory coverage rates are set to super low for now as not all
    classes even have coverage.
    
    https://mvnrepository.com/artifact/org.codehaus.mojo/cobertura-maven-plugin
    schwehr committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    48b9d86 View commit details
    Browse the repository at this point in the history