Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
pass_filenames: false
- id: pytest
name: Pytest
entry: uv run pytest -n auto
entry: uv run pytest -n auto --cov-fail-under=100
types: [python]
language: system
pass_filenames: false
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ integrations
diagram
weighted_transitions
processing_model
invoke
statecharts
api
auto_examples/index
Expand Down
Loading
Loading