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

Tatsh / niquests-cache / 25070412745 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 06:24PM UTC
Files 9
Run time 0s
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

28 Apr 2026 06:24PM UTC coverage: 100.0%. Remained the same
25070412745.1

push

github

Tatsh
session: return new headers instead of mutating kwargs

Replace _attach_validators(entry, kwargs) -> bool, which mutated the
caller's kwargs in place, with _validator_headers(entry, current_headers)
-> dict[str, Any] | None, which returns a fresh headers dict (or None
when the entry has no validators). Both request() implementations now
assign the returned dict explicitly, matching the project rule about
returning modified copies rather than mutating arguments.

Tighten _select_headers' return annotation from Mapping[str, str] | None
to dict[str, str] | None so it returns a concrete type, again per
project guidance.

Add an async cache_control test that exercises the no-validators branch
to keep branch coverage at 100%.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

60 of 60 branches covered (100.0%)

Branch coverage included in aggregate %.

516 of 516 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 25070412745.1
  • Tree
  • List 9
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25070412745
  • 18dc82fb on github
  • Prev Job for on master (#24947929335.3)
  • Next Job for on master (#25161511655.1)
  • 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