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

vstorm-co / pydantic-ai-backend / 27696069697
100%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 02:24PM UTC
Jobs 1
Files 22
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

17 Jun 2026 02:23PM UTC coverage: 100.0%. Remained the same
27696069697

push

github

web-flow
fix(backends): normalize line endings in LocalBackend write/edit (#52)

Path.write_text() opens in text mode, translating \n to os.linesep on
write while leaving existing \r untouched. Content already containing
\r\n (commonly emitted by LLMs) became \r\r\n on Windows, leaving files
with blank lines between every line of code.

Strip \r before writing so text mode re-adds clean platform-native line
endings, regardless of the line endings in the incoming content.

Fixes #51

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

4 of 4 new or added lines in 1 file covered. (100.0%)

1164 of 1164 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27696069697.1 17 Jun 2026 02:24PM UTC 22
100.0
GitHub Action Run
Source Files on build 27696069697
  • Tree
  • List 22
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27696069697
  • 3e76aae8 on github
  • Prev Build on main (#27433325722)
  • Next Build on main (#27696178856)
  • 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