Skip to content

Commit 876feac

Browse files
committed
actually working migration path from 0.7.2 and 0.8.6 + renames and test coverage
1 parent 6fadcf5 commit 876feac

33 files changed

+781
-289
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"Bash(echo:*)",
2626
"Bash(grep:*)",
2727
"WebFetch(domain:python-statemachine.readthedocs.io)",
28-
"Bash(./bin/run_plugin_tests.sh:*)"
28+
"Bash(./bin/run_plugin_tests.sh:*)",
29+
"Bash(done)"
2930
]
3031
}
3132
}

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ __pycache__/
66
.eggs/
77
tests/out/
88

9+
# Coverage
10+
.coverage
11+
.coverage.*
12+
coverage.json
13+
htmlcov/
14+
915
# Python and Node dependencies
1016
venv/
1117
.venv/

0 commit comments

Comments
 (0)