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

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

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2026 08:08PM UTC
Files 118
Run time 3s
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.1

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%)

12511 of 14901 relevant lines covered (83.96%)

12205.53 hits per line

Source Files on job 82943c9d-176d-4815-b0fa-1355a080f42b.1
  • 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 Build 82943
  • d6573450 on github
  • Prev Job for on master (#594a3a63-4c15-411d-ae73-86d9ed0fd5bd.1)
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