feat: enforce 85% test coverage in CI and fix cross-platform strftime bug
Add pyproject.toml with pytest-cov config so CI fails if coverage drops below 85%. Fix series_view _format_start using Linux-only %-I/%-d codes that crash on Windows — use manual formatting instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
run: pip install -r requirements-dev.txt
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests/ -v
|
||||
run: pytest --cov --cov-report=term-missing
|
||||
|
||||
build-push:
|
||||
name: Build & Push
|
||||
|
||||
Reference in New Issue
Block a user