cobertura-parent

Cobertura checks and reports on test coverage in your code.

License

License

Categories

Categories

Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.github.leeyazhou
ArtifactId

ArtifactId

cobertura-parent
Last Version

Last Version

2.1.2.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

cobertura-parent
Cobertura checks and reports on test coverage in your code.
Project Organization

Project Organization

Cobertura
Source Code Management

Source Code Management

http://github.com/cobertura/cobertura

Download cobertura-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura-parent/ -->
<dependency>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>cobertura-parent</artifactId>
    <version>2.1.2.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura-parent/
implementation 'com.github.leeyazhou:cobertura-parent:2.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura-parent/
implementation ("com.github.leeyazhou:cobertura-parent:2.1.2.RELEASE")
'com.github.leeyazhou:cobertura-parent:pom:2.1.2.RELEASE'
<dependency org="com.github.leeyazhou" name="cobertura-parent" rev="2.1.2.RELEASE">
  <artifact name="cobertura-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='cobertura-parent', version='2.1.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "cobertura-parent" % "2.1.2.RELEASE"
[com.github.leeyazhou/cobertura-parent "2.1.2.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cobertura-conversion-api
  • cobertura-annotations-api
  • cobertura-metrics-api
  • cobertura-metrics-model

COBERTURA

Build Status

ABOUT

Cobertura is a free Java code coverage reporting tool. It is based on jcoverage 1.0.5. See the Cobertura web page and wiki for more details.

Since 2.0.0, Cobertura versions follow the Semantic versioning guidelines.

DOWNLOAD

You can download Cobertura from The Central Repository. That includes the distributions for stand-alone command line usage.

To use it as Maven dependency, you can use the following snippet:

<dependency>
    <groupId>net.sourceforge.cobertura</groupId>
    <artifactId>cobertura</artifactId>
    <version>2.1.1</version>
    <scope>test</scope>
</dependency>

COPYRIGHT

Code in the net.sourceforge.cobertura.javancss package is Copyright (C) 2000 Chr. Clemens Lee

See the included file "LICENSE.txt"

LICENSE

Cobertura is free software. Most of it is licensed under the GNU GPL, and you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Please review the file LICENSE.txt included in this distribution for further details. Parts of Cobertura are licensed under the Apache Software License, Version 1.1.

WARRANTY

Cobertura is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

CONVENTIONS

Before committing

  • check all tests pass
  • build the project, so that all code gets uniformly indented. A Maven plugin ensures this.

MAVEN MIGRATION NOTES

  • How do we get a good blame while all files were moved?

Use "git blame --follow" nameOfFile.java

Cobertura is built on Travis-CI.

com.github.leeyazhou

Cobertura

Versions

Version
2.1.2.RELEASE