Skip to content

Commit

Permalink
rm duplicate coverage definition
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 11, 2024
1 parent 4c3e41f commit 1dc7ad0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions integrations/qdrant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ ban-relative-imports = "parents"
# Tests can use magic values, assertions, and relative imports
"tests/**/*" = ["PLR2004", "S101", "TID252"]

[tool.coverage.run]
source_pkgs = ["src", "tests"]
branch = true
parallel = true


[tool.coverage.run]
source = ["haystack_integrations"]
Expand Down

0 comments on commit 1dc7ad0

Please sign in to comment.