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

deepset-ai / haystack / 12240140835

09 Dec 2024 04:39PM UTC coverage: 90.335% (+0.001%) from 90.334%
12240140835

Pull #8610

github

web-flow
Merge 3ff0aa0e9 into 6f983a22c
Pull Request #8610: chore: fixing `pylint` issues

8038 of 8898 relevant lines covered (90.33%)

0.9 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