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

loot / libloot / 20655803096
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: update-napi-derive
DEFAULT BRANCH: master
Ran 02 Jan 2026 10:21AM 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

02 Jan 2026 10:20AM UTC coverage: 93.324% (-0.09%) from 93.416%
20655803096

push

github

Ortham
Rename CMake target from loot to libloot

On Windows using "loot" causes a name collisions with LOOT itself:

- for the MSVC project name, it clashes with LOOT's own project,
  despite the difference in case. This means that you can't build LOOT
  in Visual Studio when using FetchContent to handle the libloot
  dependency (running CMake on the CLI works though).
- for the PDB file, LOOT has LOOT.pdb and libloot has loot.pdb, which
  appear to be the same due to file paths being case-insensitive. This
  makes it more difficult to debug LOOT with the relevant debug info
  loaded.

Renaming the CMake target adds a "lib" prefix to the Visual Studio
project name and the artifact filenames:

- loot.vcxproj* -> libloot.vcxproj*
- loot.dll -> libloot.dll
- loot.lib -> libloot.lib
- loot.pdb -> libloot.pdb

The Linux build artifact filenames are unchanged, as they already had
the "lib" prefix.

11169 of 11968 relevant lines covered (93.32%)

142.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20655803096.1 02 Jan 2026 10:21AM UTC 37
93.25
GitHub Action Run
2 20655803096.2 02 Jan 2026 10:22AM UTC 37
93.24
GitHub Action Run
Source Files on build 20655803096
  • Tree
  • List 37
  • Changed 37
  • Source Changed 37
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20655803096
  • 20420b83 on github
  • Prev Build on decouple-condition-cache (#20655716874)
  • Next Build on rename-target (#20658961411)
  • 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