Skip to content

Commit

Permalink
Merge pull request #39 from aurelio-labs/simonas/easier-importexport-…
Browse files Browse the repository at this point in the history
…of-decision-layer-decision-objects

Easier import/export of routes to file +  Dynamic route config + Function calling
  • Loading branch information
simjak authored Dec 20, 2023
2 parents 610ea58 + a75f260 commit 44c3825
Show file tree
Hide file tree
Showing 20 changed files with 1,166 additions and 610 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 44c3825

Please sign in to comment.