cobertura 2.1.1-2 source package in Ubuntu

Changelog

cobertura (2.1.1-2) unstable; urgency=medium

  * Team upload.
  * Correct name of README file (Closes: #903328)
  * Bump Standards-Version to 4.1.5
  * Update Vcs fields for migration from Alioth -> Salsa
  * Use https for Homepage link
  * Use debhelper 11

 -- tony mancill <email address hidden>  Sun, 15 Jul 2018 10:13:39 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java
Focal release universe java

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cobertura_2.1.1-2.dsc 2.3 KiB 150f8a2af2db120b31143a07d44d0715f2a11c5180346aa40c30ed0a8a010ad8
cobertura_2.1.1.orig.tar.xz 211.3 KiB 5c0a27c35e7f685b2fd2af1e8e6ee67ceb2b0c9b4235eb02bc80ea4462d17d87
cobertura_2.1.1-2.debian.tar.xz 10.5 KiB 743f05f8a288e7f49e8f93da0adba85693c5d78ae7bceb948de7b5e44f937d49

Available diffs

No changes file available.

Binary packages built by this source

cobertura: java tool that calculates the percentage of code accessed by tests

 Tool that measures test coverage by instrumenting a Java code base and watching
 which lines of code are and are not executed as the test suite runs. In
 addition to identifying untested code and locating bugs, Cobertura can
 optimize code by flagging dead, unreachable code and can provide insights
 into how an API operates in practice. It is based on jcoverage.

libcobertura-java: java library that calculates the percentage of code accessed by tests

 Library that measures test coverage by instrumenting a Java code base and
 watching which lines of code are and are not executed as the test suite runs.
 In addition to identifying untested code and locating bugs, Cobertura can
 optimize code by flagging dead, unreachable code and can provide insights
 into how an API operates in practice. It is based on jcoverage.