feat: update README and CI configuration, add tests for hooks functionality

This commit is contained in:
Tal Muskal
2026-04-08 20:40:03 +03:00
parent 67e21c582c
commit 9de302f881
6 changed files with 230 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e ".[dev]"
- run: python -m pytest tests/ -v
- run: python -m pytest tests/ -v --cov=mempalace --cov-report=term-missing --cov-fail-under=30
lint:
runs-on: ubuntu-latest