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

epazote / epazote / 27265260892
93%
main: 93%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: main
Ran 10 Jun 2026 09:01AM UTC
Jobs 1
Files 15
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

10 Jun 2026 08:59AM UTC coverage: 92.366% (+1.3%) from 91.026%
27265260892

push

github

nbari
Release 3.7.0: scan full response body, clear failure reasons

fix #19, fix #20

- expect.body/body_not scan the entire response through a sliding
  window; max_bytes bounds memory (64KB default), not how far the
  search goes, and reading stops once every matcher has found its text
- matcher-aware defaults: 64KB scan window, 512KB JSON buffer
- failure logs state the reason (body_mismatch, json_mismatch,
  body_not_match, status_mismatch) in pretty and JSON formats
- unknown config keys are rejected at startup (e.g. max_size vs
  max_bytes, or keys misplaced under expect:)
- body read errors/timeouts run the if_not fallback path with
  EPAZOTE_ERROR=body_read_error before the error is reported
- body_not combined with expect.json scans the full stream in a
  single pass while JSON parses the buffered prefix
- regex anchors ^/$ refer to the whole body, detected via
  regex-syntax HIR (handles (?i)^foo, (foo$), ^foo|bar, (?m)foo$)
- invalid EPAZOTE_VERBOSE values get a clear error message

926 of 937 new or added lines in 3 files covered. (98.83%)

2 existing lines in 1 file now uncovered.

4852 of 5253 relevant lines covered (92.37%)

921.36 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
98.21
0.33% src/cli/actions/request.rs

Coverage Regressions

Lines Coverage ∆ File
2
98.21
0.33% src/cli/actions/request.rs
Jobs
ID Job ID Ran Files Coverage
1 27265260892.1 10 Jun 2026 09:01AM UTC 15
92.37
GitHub Action Run
Source Files on build 27265260892
  • Tree
  • List 15
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27265260892
  • 865c0cbf on github
  • Prev Build on sandbox (#27229401180)
  • Next Build on sandbox (#27266160110)
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