From a24f973adc04af5b8bfb14439335e2f6594a810b Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 11 Nov 2024 05:55:06 +0800 Subject: [PATCH] Update readme.adoc --- readme.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.adoc b/readme.adoc index 88ca6022e94..93b40b05a3d 100644 --- a/readme.adoc +++ b/readme.adoc @@ -361,6 +361,7 @@ endif::[] * Fix `MavenTests` deprecation message {link-pr}/3915[#3915] * Improve `inspect` command to show more detailed metadata on modules and tasks {link-pr}/3916[#3916] * Fix prompt updating logic to ensure the timestamp updates while tasks are running {link-pr}/3933[#3933] +* Fix scoverage report generation for Scala 3 {link-pr}/3936[#3936] * Tons of documentation improvements: autoformatted all https://github.com/com-lihaoyi/mill/pull/3919[Java] and https://github.com/com-lihaoyi/mill/pull/3903[Scala] example files, [Scala-Native example builds]https://github.com/com-lihaoyi/mill/pull/3657,