Compare commits

..

4 Commits

Author SHA1 Message Date
9f7027e0cc chore: remove local artifacts
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / docker-build (push) Waiting to run
CI / security (push) Waiting to run
CI / build-result (push) Blocked by required conditions
2026-08-21 17:15:12 +00:00
Agent
7a1235c94f ci: trigger re-run (updated job image) 2026-07-06 18:48:15 +00:00
Agent
2ae60cdba6 ci: fix pytest path (no tests/ dir) 2026-07-06 18:34:59 +00:00
jarianc
cd09c79a39 Merge pull request 'test: add test suite with 90% coverage' (#33) from feat/add-tests into main 2026-07-06 09:35:06 -05:00
8 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
pip3 install -e ".[dev]" 2>/dev/null || pip3 install -e . 2>/dev/null || true pip3 install -e ".[dev]" 2>/dev/null || pip3 install -e . 2>/dev/null || true
pip3 install pytest pytest-cov pip3 install pytest pytest-cov
pytest tests/ -v --tb=short pytest -v --tb=short
else else
echo "No Python project detected, skipping pytest" echo "No Python project detected, skipping pytest"
fi fi