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

deepset-ai / haystack / 23641733247
93%

Build:
DEFAULT BRANCH: main
Ran 27 Mar 2026 10:25AM UTC
Jobs 1
Files 258
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

27 Mar 2026 10:21AM UTC coverage: 92.888%. Remained the same
23641733247

push

github

web-flow
chore: Add type checking to test/tracing/, test/marshal/, and test/testing/ (#10913)

* chore: add type checking to test/tracing/, test/marshal/, and test/testing/

Partially addresses #10396 by extending mypy type checking to three more
test directories. Fixes type errors including missing annotations on
pytest fixtures, unhandled Optional returns from current_span(), incorrect
generator fixture return types, and dynamic LogRecord attribute access.

* address review comments from @bogdankostic

* remove redundant assert tracer.current_span() is not None

The assertion on current_span already covers this check.

* replace getattr with direct attribute access (B009)

The hasattr guard already ensures the attribute exists, so direct
access is safe. Added type: ignore comments since LogRecord doesn't
declare operation_name in its type stubs.

* fix: address remaining PR review comments

- Remove unnecessary type: ignore[attr-defined] where hasattr guards exist
- Add type: ignore[func-returns-value] to delete_documents assertion

* fix: reformat test_logging_tracer.py to pass fmt-check

---------

Co-authored-by: bogdankostic <bogdankostic@web.de>

15855 of 17069 relevant lines covered (92.89%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23641733247.1 27 Mar 2026 10:24AM UTC 258
92.89
GitHub Action Run
Source Files on build 23641733247
  • Tree
  • List 258
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23641733247
  • 948f21b0 on github
  • Prev Build on main (#23640190753)
  • Next Build on main (#23649304922)
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