docs: Update test counts to 638 tests, add badges to README

This commit is contained in:
russell@unturf.com 2026-01-18 08:11:24 -05:00
parent efde6f5dc5
commit 04f6cf6eaf
4 changed files with 28 additions and 13 deletions

View file

@ -155,7 +155,11 @@ for impl in un.py un.js un.rb un.go un.php un.pl un.lua; do
done
```
The test suite in `tests/run_all_tests.sh` currently skips languages without local interpreters. Use the inception pattern with `un` to achieve 100% test coverage.
### CI Test Status
**638 tests passing across 42 languages with 100% pass rate.**
The CI runs the full inception test matrix on every tag release and smart change detection on regular pushes. See [docs/INCEPTION-TESTING.md](docs/INCEPTION-TESTING.md) for details.
## Directory Structure