Skip to content

Commit

Permalink
test + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simjak committed Dec 20, 2023
1 parent b7a3dd6 commit 7334989
Show file tree
Hide file tree
Showing 12 changed files with 807 additions and 569 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ lint lint_diff:
poetry run mypy $(PYTHON_FILES)

test:
poetry run pytest -vv -n 20 --cov=semantic_router --cov-report=term-missing --cov-report=xml --cov-fail-under=100
poetry run pytest -vv -n 20 --cov=semantic_router --cov-report=term-missing --cov-report=xml --cov-fail-under=80
Loading

0 comments on commit 7334989

Please sign in to comment.