New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

de.tototec:de.tobiasroeser.mill.jacoco_mill0.10.0-M4_2.13

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de.tototec:de.tobiasroeser.mill.jacoco_mill0.10.0-M4_2.13

Mill plugin to collect test coverage data with JaCoCo and generate reports

  • 0.0.1-3-32076b
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

= mill-jacoco - Coverage Reporting for Mill :version: 0.0.4 :mill-platform: 0.11 :mill-min-version: 0.9.7 :java-package: de.tobiasroeser.mill.jacoco :project-home: https://github.com/lefou/mill-jacoco :toc: :toc-placement: preamble

Mill plugin to collect test coverage data with https://www.jacoco.org/jacoco/[JaCoCo] and generate reports.

== Quickstart

You need at least Mill {mill-min-version} to use mill-jacoco.

To enable coverage data generation with JaCoCo, you need to add the JacocoTestModule to your tests.

[source,scala,subs="attributes,verbatim"]

import mill._ import mill.scalalib._ import mill.define._

// Load the plugin from Maven Central via ivy/coursier import $ivy.de.tototec::{java-package}::{version} import {java-package}.JacocoTestModule

object main extends JavaModule { object test extends super.Tests with JacocoTestModule }

To generate JaCoCo reports, run:

[source,subs="attributes,verbatim"]

mill {java-package}.Jacoco/jacocoReportFull

== Download

You can download binary releases from https://search.maven.org/artifact/de.tototec/{java-package}_mill{mill-platform}_2.13[Maven Central].

Please make sure to use the correct mill platform suffix matching your used mill version.

== License

This project is published under the https://www.apache.org/licenses/LICENSE-2.0[Apache License, Version 2.0].

== About

mill:: https://github.com/lihaoyi/mill[Mill] is a Scala-based open source build tool. In my opinion the best build tool for the JVM. It is fast, reliable and easy to understand.

me:: +

https://github.com/lefou/[I'm] a professional software developer and love to write and use open source software. I'm actively developing and maintaining mill as well as https://github.com/lefou?utf8=%E2%9C%93&tab=repositories&q=topic%3Amill&type=&language=[several mill plugins].

If you like my work, please star it on GitHub. You can also support me via https://github.com/sponsors/lefou[GitHub Sponsors].

Contributing:: If you found a bug or have a feature request, please open a {project-home}/issues[new issue on GitHub]. I also accept {project-home}/pulls[pull requests on GitHub].

== Releases / Changelog

=== 0.0.4 - 2024-02-06

  • Better detect Mill test modules to exclude their files / classes from coverage reports. Requires at least Mill 0.11.7.

=== 0.0.3 - 2023-06-24

  • Support for Mill 0.11
  • Dependency updates

=== 0.0.2 - 2022-04-12

  • Support for Mill 0.10

=== 0.0.1 - 2021-10-16

  • Initial Release

FAQs

Package last updated on 13 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc