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

deepset-ai / haystack / 12712969950

10 Jan 2025 04:04PM UTC coverage: 91.26% (+0.2%) from 91.1%
12712969950

Pull #8605

github

web-flow
Merge 89b7ad1ba into 741ce5df5
Pull Request #8605: feat: add `RecursiveSplitter` component for `Document` preprocessing

8844 of 9691 relevant lines covered (91.26%)

0.91 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

60.0
haystack/version.py
1
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
2
#
3
# SPDX-License-Identifier: Apache-2.0
4

5
from importlib import metadata
1✔
6

7
try:
1✔
8
    __version__ = str(metadata.version("haystack-ai"))
1✔
9
except metadata.PackageNotFoundError:
×
10
    __version__ = "main"
×
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

© 2025 Coveralls, Inc