[zanata/zanata-server] 1feaa7: Replace Cobertura with JaCoCo

GitHub noreply at github.com
Mon Jun 15 06:28:50 UTC 2015


  Branch: refs/heads/jacoco
  Home:   https://github.com/zanata/zanata-server
  Commit: 1feaa7d0c4659788d28b8d00fa738ff2aec37328
      https://github.com/zanata/zanata-server/commit/1feaa7d0c4659788d28b8d00fa738ff2aec37328
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2015-06-15 (Mon, 15 Jun 2015)

  Changed paths:
    M functional-test/pom.xml
    M pom.xml
    M zanata-liquibase/pom.xml
    M zanata-model/pom.xml
    M zanata-test-war/pom.xml
    M zanata-war/pom.xml
    M zanata-war/src/main/java/org/zanata/util/CoverageIgnore.java

  Log Message:
  -----------
  Replace Cobertura with JaCoCo

This allows us to run unit tests once only, either with coverage
(-Dcoverage) or without.  I can't find a way to run tests exactly once
with Cobertura.  If surefire is configured to skip tests, Cobertura
won't run them either, and I can't find a way to generate a Cobertura
report on its own.

JaCoCo is configured to enforce coverage ratios, initially just for
zanata-war.




More information about the zanata-commits mailing list