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

pmd / pmd / 676
79%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2026 07:18PM UTC
Jobs 1
Files 2192
Run time 4min
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

21 Jul 2026 06:53PM UTC coverage: 79.198% (+0.04%) from 79.159%
676

push

github

web-flow
[kotlin] Fix #6891: Use KtModifiers container in AnnotationFqnAnnotator (#6892)

* fix(kotlin): Fix #6891 — use KtModifiers container in AnnotationFqnAnnotator

collectAnnotationNodes() used .children(KtModifier.class) but KtModifier (singular)
is an individual modifier keyword; annotations live under KtModifiers (plural container).
The chain returned empty for all declaration types, so @TypeName was never set on
UnescapedAnnotation/SingleAnnotation nodes.

Fix: use .children(KtModifiers.class) as the first step.
Add regression test unescapedAnnotationOnFunctionHasTypeName.

* [kotlin] Add testcase for KtSingleAnnotation TypeName

* [doc] Update release notes (#6891)

---------

Co-authored-by: Andreas Dangel <andreas.dangel@pmd-code.org>

19335 of 25381 branches covered (76.18%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

41996 of 52059 relevant lines covered (80.67%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 676.1 21 Jul 2026 07:18PM UTC 2192
79.2
GitHub Action Run
Source Files on build 676
  • Tree
  • List 2192
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #676
  • d04ce542 on github
  • Prev Build on main (#675)
  • Next Build on main (#678)
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