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

loot / libloot
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: update-docs
DEFAULT BRANCH: master
Repo Added 08 Jun 2025 08:24PM UTC
Token euM64GbgbIdhWR4YsUgCIFGyf9vPG6zmg regen
Build 264 Last
Files 37
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

LAST BUILD ON BRANCH unique-plugin-interface
branch: unique-plugin-interface
CHANGE BRANCH
x
Reset
Sync Branches
  • unique-plugin-interface
  • actions-permissions
  • add-audits
  • better-error-line-numbers
  • c++20
  • c++20-wrapper
  • c4711
  • cargo-vet
  • ci-npm-cache
  • ci-updates
  • cmake-vars
  • coverage-ci
  • cxx-fix
  • decouple-condition-cache
  • dependency-notices
  • disable-cxx-lto
  • emit-anchors-aliases
  • fix-dependabot
  • fix-metadata-write
  • fix-msvc-warning
  • fix-node-vulns
  • fix-permission
  • improve-readmes
  • master
  • misc
  • misc-changes
  • misc-fixes
  • prep-0.28.2
  • prevent-base-class-slicing
  • regex-fix
  • regress
  • release-0.28.4
  • remove-32-bit-builds
  • rename-target
  • replace-install-action
  • rust-rewrite
  • support-symlinks
  • symlink-support
  • test-long-paths
  • undo-cargo-toml-change
  • update-audits
  • update-c++-game-wrapper
  • update-cxx
  • update-deps
  • update-doc
  • update-docs
  • update-lci
  • update-locks
  • update-napi-build
  • update-napi-derive
  • update-napi-rs
  • update-nodejs-lockfiles
  • update-regress
  • update-release-job
  • update-rust-ini
  • update-unicase
  • userlist-parity
  • uv-ci
  • yaml-fixes

03 Jan 2026 01:32PM UTC coverage: 93.824%. Remained the same
20677970354

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.

12244 of 13050 relevant lines covered (93.82%)

143.08 hits per line

Relevant lines Covered
Build:
Build:
13050 RELEVANT LINES 12244 COVERED LINES
143.08 HITS PER LINE
Source Files on unique-plugin-interface
  • Tree
  • List 37
  • Changed 37
  • Source Changed 37
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20677970354 unique-plugin-interface 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 on... push 03 Jan 2026 01:33PM UTC Ortham github
93.82
20646514089 unique-plugin-interface 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 on... push 01 Jan 2026 10:16PM UTC Ortham github
93.32
See All Builds (264)

Badge your Repo: libloot

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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