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

blues / note-c / 22828682286
93%

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2026 08:04PM UTC
Jobs 1
Files 9
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

08 Mar 2026 07:58PM UTC coverage: 93.355%. Remained the same
22828682286

push

github

web-flow
Fix md5srv binary web.post handling and improve CI observability (#235)

- Fix md5srv.py to handle requests using Transfer-Encoding: chunked
  instead of Content-Length. Notehub sends binary web.post payloads
  chunked, causing post_data to read 0 bytes and write_file to
  return 400 "Request body is empty."
- Fix write_file to fall back to len(self.post_data) when the
  Content-Length header is absent, rather than calling int(None)
  and crashing with a 500.
- Add error logging to md5srv.py: on any failed request, log the
  Content-Length, Transfer-Encoding, and Content-Type headers along
  with the error code and message to aid future debugging.
- Capture Notecard USB trace output (req, comm, sync, mem) to
  trace.log during the test run and upload it as a CI artifact.
- Upload md5srv.log as a CI artifact so server-side failures are
  visible without needing to reproduce locally.

Commit message written by Claude.

1197 of 1373 branches covered (87.18%)

Branch coverage included in aggregate %.

2456 of 2540 relevant lines covered (96.69%)

79.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22828682286.1 08 Mar 2026 08:04PM UTC 9
93.36
GitHub Action Run
Source Files on build 22828682286
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 361fe8f5 on github
  • Prev Build on master (#22699647086)
  • Next Build on master (#22831992508)
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