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

loot / libloot / 20646514089
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: update-docs
DEFAULT BRANCH: master
Ran 01 Jan 2026 10:16PM UTC
Jobs 2
Files 37
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 Jan 2026 10:13PM UTC coverage: 93.32% (-0.09%) from 93.412%
20646514089

push

github

Ortham
Use unique_ptr instead of shared_ptr for PluginInterface pointers

unique_ptr is simpler, and can be easily converted to shared_ptr if needed, and makes it obvious that each call will return a new pointer.

This does mean that if I want to hold onto the objects again in the future for some reason, that'll need the API to change back, but that seems unlikely.

unique_ptr not being copyable does make using it a little more awkward, but that only happened in one place in LOOT's code, and there the pointer needs to become shared anyway.

11162 of 11961 relevant lines covered (93.32%)

142.04 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
11
98.44
0.0% src/database/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 20646514089.1 01 Jan 2026 10:16PM UTC 37
93.25
GitHub Action Run
2 20646514089.2 01 Jan 2026 10:16PM UTC 37
93.23
GitHub Action Run
Source Files on build 20646514089
  • Tree
  • List 37
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20646514089
  • 334e1506 on github
  • Prev Build on update-c++-game-wrapper (#20643595792)
  • Next Build on unique-plugin-interface (#20677970354)
  • 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