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

dcdpr / jp / 20598575745
58%

Build:
DEFAULT BRANCH: main
Ran 30 Dec 2025 02:21PM UTC
Jobs 1
Files 170
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

30 Dec 2025 02:18PM UTC coverage: 51.214% (-0.02%) from 51.234%
20598575745

push

github

web-flow
enhance(conversation): wrap document content in `CDATA` blocks (#341)

When serializing documents to XML for LLM consumption, we now detect the
presence of `<` or `>` characters and automatically wrap the content in
`CDATA` blocks.

Without `CDATA`, `quick_xml` escapes these and other special characters
into their HTML entity equivalents (e.g., `&lt;` and `&gt;`). This
behavior increases the token count sent to LLM providers, leading to
higher costs. Furthermore, it can negatively impact model performance as
LLMs may struggle to accurately parse and understand heavily escaped
content compared to the original raw text.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

0 of 7 new or added lines in 1 file covered. (0.0%)

9089 of 17747 relevant lines covered (51.21%)

129.57 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
7
55.88
-4.12% crates/jp_conversation/src/thread.rs
Jobs
ID Job ID Ran Files Coverage
1 20598575745.1 30 Dec 2025 02:21PM UTC 170
51.21
GitHub Action Run
Source Files on build 20598575745
  • Tree
  • List 170
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20598575745
  • 8efd092c on github
  • Prev Build on main (#20597844613)
  • Next Build on main (#20598700984)
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