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

loot / libloot / 16603018387
94%

Build:
DEFAULT BRANCH: master
Ran 29 Jul 2025 05:24PM UTC
Jobs 3
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

29 Jul 2025 04:56PM UTC coverage: 92.898%. Remained the same
16603018387

push

github

Ortham
Update plugin name regex doc

fancy-regex supports more syntax than C++ std::regex, but for the syntax
that they both accept:

- std::regex matches . against a single character, fancy-regex matches
  it against a Unicode codepoint
- \w \W \d \D \s \S \b and \B are locale-dependent in std::regex but
  Unicode-aware and locale-independent in fancy-regex
- case-insensitive comparisons are locale-dependent in std::regex but
  are Unicode-aware and locale-independent in fancy-regex
- std::regex supports \0 and \cX escapes, where X is in [A-Za-z] but
  fancy-regex does not. This is not significant for libloot's usage as
  nul and control characters are not allowed in Windows filenames.
- std::regex treats \< and \> as < and > respectively, but fancy-regex
  treats them as start- and end-of-word boundary assertions
  respectively. This is not significant for libloot's usage as they are
  not allowed in Windows filenames.
- std::regex allows a literal [ to appear within a character class, but
  fancy-regex requires it to be escaped.

These differences are unlikely to cause any issues.

10686 of 11503 relevant lines covered (92.9%)

218.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16603018387.1 29 Jul 2025 05:24PM UTC 37
92.74
GitHub Action Run
2 16603018387.2 29 Jul 2025 05:25PM UTC 37
92.71
GitHub Action Run
3 16603018387.3 29 Jul 2025 05:26PM UTC 37
92.71
GitHub Action Run
Source Files on build 16603018387
  • Tree
  • List 37
  • Changed 37
  • Source Changed 37
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16603018387
  • efd2d43a on github
  • Prev Build on misc-changes (#16574965834)
  • Next Build on master (#16605032022)
  • 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