diff --git a/README.md b/README.md index 279e24aa..0595bc1c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![CI](https://github.com/phranck/TUIkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/phranck/TUIkit/actions/workflows/ci.yml) -![Tests](https://img.shields.io/badge/Tests-798_passing-brightgreen) +![Tests](https://img.shields.io/badge/Tests-834_passing-brightgreen) ![Swift 6.0](https://img.shields.io/badge/Swift-6.0-F05138?logo=swift&logoColor=white) ![Platforms](https://img.shields.io/badge/Platforms-macOS%20%7C%20Linux-blue) ![License](https://img.shields.io/badge/License-MIT-lightgrey?style=flat) @@ -181,7 +181,7 @@ Sources/ └── TUIkitExample/ Example app (executable target) Tests/ -└── TUIkitTests/ 798 tests across 123 test suites +└── TUIkitTests/ 834 tests across 125 test suites ``` ## Requirements @@ -192,7 +192,7 @@ Tests/ ## Developer Notes - Tests use Swift Testing (`@Test`, `#expect`): run with `swift test` -- All 798 tests run in parallel +- All 834 tests run in parallel - The `Terminal` class handles raw mode and cursor control via POSIX `termios` ## Contribution