Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
de.tototec:de.tobiasroeser.mill.jacoco_mill0.10.0-M4_2.13
Advanced tools
Mill plugin to collect test coverage data with JaCoCo and generate reports
= 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.
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
To generate JaCoCo reports, run:
== 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.
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].
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
0.11.7
.=== 0.0.3 - 2023-06-24
=== 0.0.2 - 2022-04-12
=== 0.0.1 - 2021-10-16
FAQs
Mill plugin to collect test coverage data with JaCoCo and generate reports
We found that de.tototec:de.tobiasroeser.mill.jacoco_mill0.10.0-M4_2.13 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.