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

ExpediaGroup / bull / #1415
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 01 Apr 2026 12:31PM UTC
Jobs 1
Files 60
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

01 Apr 2026 12:30PM UTC coverage: 100.0%. Remained the same
#1415

Pull #656

fborriello
test: cover Filters static-field predicate branches for 100% aggregate coverage

Add ImmutableToFooWithStaticField sample class (non-static final field +
static non-final field) and two new DataProvider entries in ClassUtilsTest:

- dataGetPrivateFinalFieldsTesting: add CLASS_WITH_STATIC_FIELDS (expected=0)
  → IS_FINAL_AND_NOT_STATIC_FIELD evaluates isFinal=true/isStatic=true → false
- dataGetClassTypeTesting: add ImmutableToFooWithStaticField (expected=IMMUTABLE)
  → hasNotFinalFields scans the static non-final field, evaluating
    !isFinal=true/!isStatic=false → false (second && operand now exercised)

These two missing branches were the only gap preventing 100% in the
jacoco:report-aggregate output (Branches 490/492, Complexity 784/786).
Pull Request #656: Improvement/reflection and performance fixes

70 of 70 new or added lines in 2 files covered. (100.0%)

1236 of 1236 relevant lines covered (100.0%)

1.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1415.1 01 Apr 2026 12:31PM UTC 60
100.0
Source Files on build #1415
  • Tree
  • List 60
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #656
  • PR Base - master (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc