Skip to content

Commit

Permalink
show coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 7, 2024
1 parent d30f125 commit 65e6783
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions integrations/fastembed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,13 @@ ban-relative-imports = "parents"
"examples/**/*" = ["T201"]

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


[tool.coverage.paths]
fastembed_haystack = ["src/haystack_integrations", "*/fastembed-haystack/src"]
tests = ["tests", "*/fastembed-haystack/tests"]
parallel = false

[tool.coverage.report]
omit = ["*/tests/*", "*/__init__.py"]
show_missing=true
exclude_lines = [
"no cov",
"if __name__ == .__main__.:",
Expand Down

0 comments on commit 65e6783

Please sign in to comment.