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

snowplow / scala-maxmind-iplookups / 22137919873
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 18 Feb 2026 11:31AM UTC
Jobs 1
Files 4
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

18 Feb 2026 11:29AM UTC coverage: 85.401% (+0.3%) from 85.075%
22137919873

push

github

web-flow
Avoid off-heap memory growth from JDK direct buffer caching (#186)

Open database files via FileInputStream and pass to the InputStream-based
DatabaseReader.Builder constructor, instead of passing a File which
internally uses FileChannel.read into a heap ByteBuffer. The FileChannel
path causes the JDK to allocate and cache temporary direct ByteBuffers
in thread-local storage (sun.nio.ch.Util.BufferCache), leading to
off-heap memory growth in scenarios where the database is initialized
repeatedly.

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

117 of 137 relevant lines covered (85.4%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22137919873.1 18 Feb 2026 11:31AM UTC 4
85.4
GitHub Action Run
Source Files on build 22137919873
  • Tree
  • List 4
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b9f8ecaf on github
  • Prev Build on master (#21751687977)
  • Next Build on develop (#22138124748)
  • Delete
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