The only workflow in .github/workflows/ is pre-commit.yml (lint/format/mypy). None of the tests under tests/ run in CI, so every PR merges with zero automated test coverage and regressions are only caught when someone happens to run the right test by hand.
The only workflow in .github/workflows/ is pre-commit.yml (lint/format/mypy). None of the tests under tests/ run in CI, so every PR merges with zero automated test coverage and regressions are only caught when someone happens to run the right test by hand.