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

xlnt-community / xlnt / 82943c9d-176d-4815-b0fa-1355a080f42b
84%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2026 08:08PM UTC
Jobs 1
Files 118
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

11 Feb 2026 08:04PM UTC coverage: 83.961%. Remained the same
82943c9d-176d-4815-b0fa-1355a080f42b

push

circleci

web-flow
Move string casts for C++20 and related utils to a public header (#144)

Since C++20, `u8` string literals must be used with `const char8_t *`,
`std::u8string` and `std::u8string_view`. They can no longer be used
with classic narrow strings, like with C++11, C++14 and C++17.

However, due to string encoding issues for compilers that do not use
UTF-8 by default, explained in issue xlnt-community#134 and now
documented in our
[README.md](https://github.com/xlnt-community/xlnt/blob/master/README.md#string-encoding),
it might make sense to define a `u8` literal and pass it to XLNT
functions taking `std::string` as parameter, while ensuring that strings
are encoded as UTF-8. The utils that have been moved help with this.

15277 of 19954 branches covered (76.56%)

6 of 7 new or added lines in 2 files covered. (85.71%)

12511 of 14901 relevant lines covered (83.96%)

12205.53 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
82.86
0.0% source/utils/path.cpp
Jobs
ID Job ID Ran Files Coverage
1 82943c9d-176d-4815-b0fa-1355a080f42b.1 11 Feb 2026 08:08PM UTC 118
83.96
Source Files on build 82943c9d-176d-4815-b0fa-1355a080f42b
  • Tree
  • List 118
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #82943C9D...
  • d6573450 on github
  • Prev Build on master (#594A3A63...)
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