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

sgerrand / ex_pdf_shift / 30934468078
100%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 05:34PM UTC
Jobs 1
Files 6
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

04 Aug 2026 05:33PM UTC coverage: 100.0%. Remained the same
30934468078

push

github

web-flow
fix: send GET requests without a body (#74)

`Client.get/3` passed `json: true` to `Req.get`. In Req, `:json` is a
request *body* option, not a response-decode flag, so every GET shipped a
body of `true`. Response JSON decoding was never affected by it — Req
decodes based on the response content-type regardless.

The stray body is fatal on Req 0.7, which automatically converts a GET
with a body into a POST. That turned all GET requests into POSTs and broke
`/credits/usage`.

Assert the GET body is empty, mirroring the existing check in the `post/4`
test. The assertion fails against the old code on Req 0.6.2 too, so it
guards the behaviour rather than the version.

34 of 34 relevant lines covered (100.0%)

6.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30934468078.1 04 Aug 2026 05:34PM UTC 6
100.0
GitHub Action Run
Source Files on build 30934468078
  • Tree
  • List 6
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30934468078
  • 2452e6a0 on github
  • Prev Build on main (#30924873120)
  • Next Build on main (#30935052333)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc