• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

raphw / byte-buddy / #902
84%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2026 08:42AM UTC
Jobs 1
Files 353
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Aug 2026 08:36AM UTC coverage: 83.724%. Remained the same
#902

push

web-flow
fix(gradle/plugin): reset kotlin SourceDirectorySet classesDirectory (#1926)

Problem: Kotlin Gradle Plugin binds SourceDirectorySet classesDirectory
to compileKotlin.destinationDirectory via `SDS.compiledBy(compileKotlin,
::destinationDirectory)`.

The JVM jar task consumes:
  - sourceSet.output.classesDirs, which tracks SDS.destinationDirectory (kotlin/main)
  - SDS.classesDirectory, which tracks compileKotlin.destinationDirectory
  (overwritten by byteBuddyKotlin to kotlinByteBuddyRaw).

This results in the jar having duplicated entries for every kotlin
class.

Solution: Reset SDS.classesDirectory from compileKotlin.destinationDirectory
to byteBuddyKotlin.target (kotlin/main).

29397 of 35112 relevant lines covered (83.72%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #902.1 19 Aug 2026 08:42AM UTC 353
83.72
Source Files on build #902
  • Tree
  • List 353
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5ff62ce4 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc