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

Tatsh / niquests-cache / 25070412745
100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 06:24PM UTC
Jobs 5
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

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

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 %.

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

516 of 516 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25070412745.1 28 Apr 2026 06:24PM UTC 9
100.0
GitHub Action Run
2 25070412745.2 28 Apr 2026 06:24PM UTC 9
100.0
GitHub Action Run
3 25070412745.3 28 Apr 2026 06:24PM UTC 9
100.0
GitHub Action Run
4 25070412745.4 28 Apr 2026 06:24PM UTC 9
100.0
GitHub Action Run
5 25070412745.5 28 Apr 2026 06:25PM UTC 9
100.0
GitHub Action Run
Source Files on build 25070412745
  • 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 Repo
  • Github Actions Build #25070412745
  • 18dc82fb on github
  • Prev Build on master (#24947929335)
  • Next Build on master (#25161511655)
  • 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