Chore: Update test count badge to 527 tests [skip ci]

This commit is contained in:
Frank Gregor
2026-02-05 21:29:15 +00:00
parent 07e240db86
commit afb21b83fd
+3 -3
View File
@@ -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-541_passing-brightgreen)
![Tests](https://img.shields.io/badge/Tests-527_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-CC--BY--NC--SA%204.0-lightgrey?style=flat)
@@ -163,7 +163,7 @@ Sources/
└── TUIkitExample/ Example app (executable target)
Tests/
└── TUIkitTests/ 541 tests across 88 test suites
└── TUIkitTests/ 527 tests across 84 test suites
```
## Requirements
@@ -174,7 +174,7 @@ Tests/
## Developer Notes
- Tests use Swift Testing (`@Test`, `#expect`) — run with `swift test`
- All 541 tests run in parallel
- All 527 tests run in parallel
- The `Terminal` class handles raw mode and cursor control via POSIX `termios`
## License